summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-20 16:51:38 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-20 17:23:09 -0700
commitbbdd18089b45d99f1e5c34bcc27d69d5b3ecabbf (patch)
tree6713fb5f443712c9e31136e1e745400a1e090201 /monitor
parent8e1fd164a7960962235f3757d4e49df7c0229ea0 (diff)
downloadbluez-bbdd18089b45d99f1e5c34bcc27d69d5b3ecabbf.tar.gz
monitor/att: Fix parsing of Notify Mutiple
Notify Multiple was parsing handle multiple times causing the length to be assumed to be a handle.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/att.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor/att.c b/monitor/att.c
index d06a1b223..9ae88504a 100644
--- a/monitor/att.c
+++ b/monitor/att.c
@@ -792,8 +792,6 @@ static void att_multiple_vl_rsp(const struct l2cap_frame *frame)
if (!l2cap_frame_get_le16(f, &handle))
return;
- print_handle(frame, get_le16(frame->data), true);
-
if (!l2cap_frame_get_le16(f, &len))
return;