Diff between 6270ad35b2f7b71dbc0a76b825f2f3ca07f936d2 and e681fae6bcceb73ebab16e6f8c4eabd6265dd40f
Changed Files
| File | Additions | Deletions | Status |
| monitor/att.c | +3 | -1 | modified |
Full Patch
diff --git a/monitor/att.c b/monitor/att.c
index 7ab97c2..b7470f7 100644
--- a/monitor/att.c
+++ b/monitor/att.c
@@ -1847,7 +1847,9 @@ static void print_attribute(struct gatt_db_attribute *attr)
switch (uuid->type) {
case BT_UUID16:
sprintf(label, "Handle: 0x%4.4x Type", handle);
- print_uuid(label, &cpu_to_le16(uuid->value.u16), 2);
+ print_field("%s: %s (0x%4.4x)", label,
+ bt_uuid16_to_str(uuid->value.u16),
+ uuid->value.u16);
return;
case BT_UUID128:
sprintf(label, "Handle: 0x%4.4x Type", handle);