summaryrefslogtreecommitdiff
path: root/monitor/l2cap.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-04-26 13:47:35 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-26 13:47:51 +0300
commit902ac11a7b6ceb202df3e61b3b55e96eb70d1041 (patch)
tree93b45e4af6572d631fd0586694d1275f74272216 /monitor/l2cap.c
parent916e1c3c4b99d4c5baf260e67a4b7a994daba4db (diff)
downloadbluez-902ac11a7b6ceb202df3e61b3b55e96eb70d1041.tar.gz
monitor: Fix ATT Read By Type Response minimum length
Diffstat (limited to 'monitor/l2cap.c')
-rw-r--r--monitor/l2cap.c2
1 files changed, 1 insertions, 1 deletions
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",