Diff between 916e1c3c4b99d4c5baf260e67a4b7a994daba4db and 902ac11a7b6ceb202df3e61b3b55e96eb70d1041
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 2f2b7ae..f28c76b 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -1724,7 +1724,7 @@ static const struct att_opcode_data att_opcode_table[] = {
{ 0x08, "Read By Type Request",
att_read_type_req, 6, false },
{ 0x09, "Read By Type Response",
- att_read_type_rsp, 4, false },
+ att_read_type_rsp, 3, false },
{ 0x0a, "Read Request",
att_read_req, 2, true },
{ 0x0b, "Read Response",