From 5a09d9303c563b570929ac012a12c72670017cfa Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 26 May 2013 16:06:09 +0100 Subject: [PATCH] emulator: Log unsupported L2CAP packet types --- emulator/bthost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 6442322c2..6af7af708 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; } -- 2.47.3