monitor/att: Revert treating Notification/Indication as a request
[platform/upstream/bluez.git] / monitor / att.c
index 7cd9967..5dc326d 100644 (file)
@@ -2784,7 +2784,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) {