[PATCH v1] monitor/l2cap: Add log msg for read_blob_rsp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



      ATT: Read Blob Response (0x0d) len 22
        Value: 11223344556677889900123456789012345678901234
---
 monitor/l2cap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 0030a4c..8e93437 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2198,7 +2198,7 @@ static void att_read_blob_req(const struct l2cap_frame *frame)
 
 static void att_read_blob_rsp(const struct l2cap_frame *frame)
 {
-	packet_hexdump(frame->data, frame->size);
+	print_hex_field("Value", frame->data, frame->size);
 }
 
 static void att_read_multiple_req(const struct l2cap_frame *frame)
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux