Diff between 8673a556e94fdebd41e93280cdceb705175d1c3b and 237e1e52b5e3df9fe3aa01ba2e1e7ad3f87f332a
Changed Files
| File | Additions | Deletions | Status |
| monitor/l2cap.c | +3 | -0 | modified |
Full Patch
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 6022ce3..5934869 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -576,6 +576,9 @@ static void print_le_conn_result(uint16_t result)
case 0x000a:
str = "Connection refused - Source CID already allocated";
break;
+ case 0x000b:
+ str = "Connection refused - unacceptable parameters";
+ break;
default:
str = "Reserved";
break;