summaryrefslogtreecommitdiff
path: root/monitor/packet.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-17 17:45:22 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-18 15:35:49 -0700
commit0bd5350459c3207260503a24ec3660f83a548d62 (patch)
tree923bb85662bc4981fe0309897d02e3dd3f6aadfb /monitor/packet.c
parent1cf5ceeef363cbbf71b1a6f71ef48e01f171988a (diff)
downloadbluez-0bd5350459c3207260503a24ec3660f83a548d62.tar.gz
monitor/att: Decode attribute type
This attempt to decode the attribute type if its gatt_db can be loaded: < ACL Data TX: Handle 3585 flags 0x00 dlen 9 ATT: Write Request (0x12) len 4 Handle: 0x000b Type: Client Characteristic Configuration (0x2902) Data: 0200
Diffstat (limited to 'monitor/packet.c')
-rw-r--r--monitor/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index 8608cf2ef..e854c1a8e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -765,7 +765,7 @@ static void print_handle_native(uint16_t handle)
}
sprintf(label, "Handle: %d Address", handle);
- print_addr(" Address", conn->dst, conn->dst_type);
+ print_addr(label, conn->dst, conn->dst_type);
}
static void print_handle(uint16_t handle)