From 902ac11a7b6ceb202df3e61b3b55e96eb70d1041 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 26 Apr 2013 13:47:35 +0300 Subject: [PATCH] monitor: Fix ATT Read By Type Response minimum length --- monitor/l2cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/l2cap.c b/monitor/l2cap.c index 2f2b7ae18..f28c76b51 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", -- 2.47.3