mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
log uuid128 instad of using printf
This commit is contained in:
parent
8912abed06
commit
a9d5294b44
@ -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);
|
||||
printUUID128(uuid128);
|
||||
log_info(uuid128_to_str(uuid128));
|
||||
} else {
|
||||
log_info("%04x", READ_BT_16(it.uuid, 0));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user