Diff between 855f18f7b53b56e3091bc91c186e1ee00dfe6568 and 1cbb3e88bed13a2ea5e2cfb1ba136d959a1208fb

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 826d754..04290b3 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2502,6 +2502,9 @@ static void l2cap_frame(uint16_t index, bool in, uint16_t handle,
 		case 0x0001:
 			sdp_packet(&frame, chan);
 			break;
+		case 0x001f:
+			att_packet(index, in, handle, cid, data, size);
+			break;
 		default:
 			packet_hexdump(data, size);
 			break;