Bluetooth: Minor fix missing format specifier
Sample output: Include 3f54 found: handle 00000021, start 00000040, end 00000045 Include 477a found: handle 00000041, start 000000a0, end 000000a2 Change-Id: I44ef1c5c956d0ff81c08b9f447df676cac8185b8 Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
This commit is contained in:
parent
aaa508a2f8
commit
22fa025157
|
@ -679,7 +679,7 @@ static uint8_t discover_func(struct bt_conn *conn,
|
|||
case BT_GATT_DISCOVER_INCLUDE:
|
||||
gatt_include = attr->user_data;
|
||||
bt_uuid_to_str(gatt_include->uuid, uuid, sizeof(uuid));
|
||||
printk("Include %s found: handle, start %x, end %x\n",
|
||||
printk("Include %s found: handle %x, start %x, end %x\n",
|
||||
uuid, attr->handle, gatt_include->start_handle,
|
||||
gatt_include->end_handle);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue