Diff between f7bd0a702ead9277fc2fd13b4eb723229ba7290f and 5a09d9303c563b570929ac012a12c72670017cfa
Changed Files
| File | Additions | Deletions | Status |
| emulator/bthost.c | +1 | -0 | modified |
Full Patch
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 6442322..6af7af7 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -436,6 +436,7 @@ static void l2cap_sig(struct bthost *bthost, uint16_t handle, const void *data,
goto reject;
break;
default:
+ printf("Unknown L2CAP code 0x%02x\n", hdr->code);
goto reject;
}