Diff between a49b47f241ce0e28f721efaaf821b79e33a44b31 and 68155e2f7e66c92617696f4731a7422a19f5bb0a

Changed Files

File Additions Deletions Status
monitor/att.c +1 -1 modified

Full Patch

diff --git a/monitor/att.c b/monitor/att.c
index 7a41255..fbd75db 100644
--- a/monitor/att.c
+++ b/monitor/att.c
@@ -2785,7 +2785,7 @@ static void print_notify(const struct l2cap_frame *frame, uint16_t handle,
 	struct gatt_handler *handler;
 	struct l2cap_frame clone;
 
-	print_handle(frame, handle, false);
+	print_handle(frame, handle, true);
 	print_hex_field("  Data", frame->data, len);
 
 	if (len > frame->size) {