Diff between 09002b8c1e88437c01cef873736d60aa6abbbc47 and 8673a556e94fdebd41e93280cdceb705175d1c3b
Changed Files
| File | Additions | Deletions | Status |
| monitor/l2cap.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 0abf84e..6022ce3 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -573,7 +573,7 @@ static void print_le_conn_result(uint16_t result)
case 0x0009:
str = "Connection refused - Invalid Source CID";
break;
- case 0x0010:
+ case 0x000a:
str = "Connection refused - Source CID already allocated";
break;
default: