Searched full:bt_hex (Results 51 – 61 of 61) sorted by relevance
123
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 1174 LOG_DBG("Missing: %s", bt_hex(target->pull->missing, cli->block.chunk_count)); in rx_block_status() 1233 info.phase, bt_hex(&info.id, 8)); in handle_xfer_status() 1374 LOG_DBG("Missing: %s", bt_hex(status.block.missing, len)); in handle_block_status()
|
D | dfu_cli.c | 874 LOG_DBG("\tImage %u\n\r\tfwid: %s", idx, bt_hex(img.fwid, img.fwid_len)); in handle_info_status() 918 bt_hex(cli->xfer.slot->fwid, cli->xfer.slot->fwid_len)); in handle_info_status()
|
D | cdb.c | 490 bt_hex(&sub->keys[0].net_key, sizeof(struct bt_mesh_key))); in store_cdb_subnet()
|
D | access.c | 1343 LOG_DBG("len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_access_send() 1530 LOG_DBG("len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_model_recv()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h4.c | 337 bt_hex(h4->rx.buf->data, h4->rx.buf->len)); in read_payload()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 874 LOG_DBG("Read (offset %u): %s", offset, bt_hex(data, length)); in handle_string_long_read() 1195 bt_hex(data, length)); in read_current_calls_cb() 1360 bt_hex(data, length)); in read_call_state_cb()
|
D | cap_initiator.c | 86 bt_hex(data->data, data->data_len)); in data_func_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 982 bt_hex(resident->irk.val, sizeof(resident->irk.val))); in find_rl_conflict() 984 bt_hex(conflict->candidate->irk.val, sizeof(conflict->candidate->irk.val))); in find_rl_conflict()
|
D | hci_core.c | 211 bt_hex(buf->data, buf->len)); in handle_event() 225 bt_hex(buf->data, buf->len)); in handle_vs_event() 3815 LOG_INF("IRK%s: 0x%s", bt_dev.id_count > 1 ? "[0]" : "", bt_hex(irk, 16)); in bt_dev_show_info() 3827 LOG_INF("IRK[%d]: 0x%s", i, bt_hex(irk, 16)); in bt_dev_show_info()
|
D | att.c | 961 LOG_DBG("chan %p err %d len %u: %s", chan, err, len, bt_hex(pdu, len)); in att_handle_rsp()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 112 LOG_INF("Received unprovisioned beacon, uuid %s", bt_hex(uuid, 16)); in unprovisioned_beacon()
|
123