Diff between 80270e46b5da3de1e77c87cf93e17f7aff7b3334 and be20afbb118ca72855256b943a67cb6a3122bab7
Changed Files
| File | Additions | Deletions | Status |
| monitor/l2cap.c | +12 | -0 | modified |
Full Patch
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index ebdd20f..2645587 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2456,6 +2456,18 @@ static void smp_pairing_failed(const struct l2cap_frame *frame)
case 0x0a:
str = "Invalid parameters";
break;
+ case 0x0b:
+ str = "DHKey check failed";
+ break;
+ case 0x0c:
+ str = "Numeric comparison failed";
+ break;
+ case 0x0d:
+ str = "BR/EDR pairing in progress";
+ break;
+ case 0x0e:
+ str = "Cross-transport Key Derivation/Generation not allowed";
+ break;
default:
str = "Reserved";
break;