mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-24 12:40:47 +00:00
merge
This commit is contained in:
commit
9ba99baec4
@ -208,7 +208,7 @@ void att_dump_attributes(void){
|
||||
log_info("Handle: 0x%04x, flags: 0x%04x, uuid: ", it.handle, it.flags);
|
||||
if (it.flags & ATT_PROPERTY_UUID128){
|
||||
swap128(it.uuid, uuid128);
|
||||
log_info(uuid128_to_str(uuid128));
|
||||
log_info("%s", uuid128_to_str(uuid128));
|
||||
} else {
|
||||
log_info("%04x", READ_BT_16(it.uuid, 0));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user