/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 72 BT_DBG("n %s", bt_hex(n, 16)); in bt_mesh_k2() 73 BT_DBG("p %s", bt_hex(p, p_len)); in bt_mesh_k2() 121 BT_DBG("NID 0x%02x enc_key %s", net_id[0], bt_hex(enc_key, 16)); in bt_mesh_k2() 122 BT_DBG("priv_key %s", bt_hex(priv_key, 16)); in bt_mesh_k2() 365 BT_DBG("key %s", bt_hex(key, 16)); in bt_mesh_ccm_encrypt() 366 BT_DBG("nonce %s", bt_hex(nonce, 13)); in bt_mesh_ccm_encrypt() 367 BT_DBG("msg (len %u) %s", msg_len, bt_hex(msg, msg_len)); in bt_mesh_ccm_encrypt() 576 BT_DBG("IVIndex %u, PrivacyKey %s", iv_index, bt_hex(privacy_key, 16)); in bt_mesh_net_obfuscate() 581 BT_DBG("PrivacyRandom %s", bt_hex(priv_rand, 16)); in bt_mesh_net_obfuscate() 602 BT_DBG("IVIndex %u EncKey %s mic_len %u", iv_index, bt_hex(key, 16), in bt_mesh_net_encrypt() [all …]
|
D | prov.c | 451 BT_DBG("len %u: %s", msg->len, bt_hex(msg->data, msg->len)); in prov_send_adv() 473 BT_DBG("seg 0 len %u: %s", seg_len, bt_hex(msg->data, seg_len)); in prov_send_adv() 496 bt_hex(msg->data, seg_len)); in prov_send_adv() 847 BT_DBG("ConfInputs[0] %s", bt_hex(link.conf_inputs, 64)); in send_confirm() 848 BT_DBG("ConfInputs[64] %s", bt_hex(&link.conf_inputs[64], 64)); in send_confirm() 849 BT_DBG("ConfInputs[128] %s", bt_hex(&link.conf_inputs[128], 17)); in send_confirm() 857 BT_DBG("ConfirmationSalt: %s", bt_hex(link.conf_salt, 16)); in send_confirm() 865 BT_DBG("ConfirmationKey: %s", bt_hex(link.conf_key, 16)); in send_confirm() 873 BT_DBG("LocalRandom: %s", bt_hex(link.rand, 16)); in send_confirm() 968 BT_DBG("DHkey: %s", bt_hex(link.dhkey, 32)); in prov_dh_key_cb() [all …]
|
D | cfg_cli.c | 259 bt_hex(buf->data, buf->len)); in comp_data_status() 281 bt_hex(buf->data, buf->len)); in state_status_u8() 324 bt_hex(buf->data, buf->len)); in relay_status() 340 bt_hex(buf->data, buf->len)); in net_key_status() 356 bt_hex(buf->data, buf->len)); in app_key_status() 372 bt_hex(buf->data, buf->len)); in mod_app_status() 395 bt_hex(buf->data, buf->len)); in mod_pub_status() 424 bt_hex(buf->data, buf->len)); in mod_sub_status() 447 bt_hex(buf->data, buf->len)); in hb_sub_status() 468 bt_hex(buf->data, buf->len)); in hb_pub_status() [all …]
|
D | net.c | 181 BT_DBG("NID 0x%02x EncKey %s", keys->nid, bt_hex(keys->enc, 16)); in bt_mesh_net_keys_create() 182 BT_DBG("PrivacyKey %s", bt_hex(keys->privacy, 16)); in bt_mesh_net_keys_create() 190 BT_DBG("NetID %s", bt_hex(keys->net_id, 8)); in bt_mesh_net_keys_create() 199 BT_DBG("IdentityKey %s", bt_hex(keys->identity, 16)); in bt_mesh_net_keys_create() 208 BT_DBG("BeaconKey %s", bt_hex(keys->beacon, 16)); in bt_mesh_net_keys_create() 252 bt_hex(cred->cred[idx].enc, 16)); in friend_cred_set() 253 BT_DBG("Friend PrivacyKey %s", bt_hex(cred->cred[idx].privacy, 16)); in friend_cred_set() 450 BT_DBG("NetKey %s", bt_hex(key, 16)); in bt_mesh_net_create() 852 BT_DBG("len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_net_local() 924 BT_DBG("Payload len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_net_send() [all …]
|
D | health_cli.c | 160 bt_hex(buf->data, buf->len)); in health_fault_status() 183 bt_hex(buf->data, buf->len)); in health_current_status() 206 bt_hex(buf->data, buf->len)); in health_period_status() 221 bt_hex(buf->data, buf->len)); in health_attention_status()
|
D | beacon.c | 132 BT_DBG("NetID %s Auth %s", bt_hex(keys->net_id, 8), in bt_mesh_beacon_create() 133 bt_hex(sub->auth, 8)); in bt_mesh_beacon_create() 367 flags, bt_hex(net_id, 8), iv_index); in secure_beacon_recv() 442 BT_DBG("%u bytes: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_beacon_recv()
|
D | provisioner_prov.c | 446 BT_DBG("Clear device info, addr %s", bt_hex(addr, BLE_MESH_ADDR_LEN)); in bt_mesh_provisioner_clear_link_info() 463 BT_WARN("Device not found, addr %s", bt_hex(addr, BLE_MESH_ADDR_LEN)); in bt_mesh_provisioner_clear_link_info() 1544 BT_DBG("len %u: %s", msg->len, bt_hex(msg->data, msg->len)); 1566 BT_DBG("seg 0 len %u: %s", seg_len, bt_hex(msg->data, seg_len)); 1589 bt_hex(msg->data, seg_len)); 2006 BT_DBG("ConfInputs[0] %s", bt_hex(link[idx].conf_inputs, 64)); 2007 BT_DBG("ConfInputs[64] %s", bt_hex(link[idx].conf_inputs + 64, 64)); 2008 BT_DBG("ConfInputs[128] %s", bt_hex(link[idx].conf_inputs + 128, 17)); 2027 BT_DBG("ConfirmationSalt: %s", bt_hex(link[idx].conf_salt, 16)); 2034 BT_DBG("ConfirmationKey: %s", bt_hex(link[idx].conf_key, 16)); [all …]
|
D | provisioner_main.c | 151 BT_INFO("NetKey %s", bt_hex(sub->keys[0].net, 16)); in bt_mesh_provisioner_net_create() 265 BT_WARN("Node already exists, uuid %s", bt_hex(node->dev_uuid, 16)); in provisioner_store_node() 327 BT_INFO("UUID %s", bt_hex(uuid, 16)); in bt_mesh_provisioner_provision() 328 BT_INFO("DevKey %s", bt_hex(dev_key, 16)); in bt_mesh_provisioner_provision() 435 BT_WARN("Node not found, uuid %s", bt_hex(uuid, 16)); in bt_mesh_provisioner_remove_node() 506 BT_WARN("Node not found, uuid %s", bt_hex(uuid, 16)); in bt_mesh_provisioner_delete_node_with_uuid() 540 BT_WARN("Node not exist, device address %s", bt_hex(addr->val, BLE_MESH_ADDR_LEN)); in bt_mesh_provisioner_delete_node_with_dev_addr() 1049 BT_INFO("AppKey %s, net_idx 0x%03x, app_idx 0x%03x", bt_hex(app_key, 16), net_idx, app_idx); in bt_mesh_provisioner_local_app_key_update() 1313 BT_INFO("NetKey %s, net_idx 0x%03x", bt_hex(net_key, 16), net_idx); in bt_mesh_provisioner_local_net_key_update()
|
D | settings.c | 248 BT_INFO("Restored DevKey %s", bt_hex(bt_mesh.dev_key, 16)); in net_set() 473 BT_INFO("Restored NetKey %s", bt_hex(sub->keys[0].net, 16)); in net_key_set() 542 BT_INFO("Restored AppKey %s", bt_hex(app->keys[0].val, 16)); in app_key_set() 651 BT_INFO("Restored Model Bound AppKey, index %s", bt_hex(model->keys, sizeof(model->keys))); in model_set_bind() 677 … BT_INFO("Restored Model Subscription, address %s", bt_hex(model->groups, sizeof(model->groups))); in model_set_sub() 1002 BT_INFO("Restored NetKey %s", bt_hex(sub->keys[0].net, 16)); in p_net_key_set() 1071 BT_INFO("Restored AppKey %s", bt_hex(app->keys[0].val, 16)); in p_app_key_set() 1114 BT_INFO("Restored Node 0x%04x, UUID %s", addr, bt_hex(node.dev_uuid, 16)); in node_info_set() 1164 BT_INFO("Restored Node 0x%04x, Composition Data %s", addr, bt_hex(buf->data, buf->len)); in node_comp_data_set() 1513 bt_hex(bt_mesh.dev_key, 16)); in store_pending_net() [all …]
|
D | proxy_server.c | 292 BT_DBG("%u bytes: %s", buf->len, bt_hex(buf->data, buf->len)); in send_filter_status() 336 BT_DBG("%u bytes: %s", buf.len, bt_hex(buf.data, buf.len)); in proxy_cfg() 680 BT_DBG("len %u: %s", len, bt_hex(buf, len)); in prov_ccc_write() 818 BT_DBG("len %u: %s", len, bt_hex(buf, len)); in proxy_ccc_write() 1025 BT_DBG("%u bytes: %s", len, bt_hex(data, len)); in proxy_send() 1048 bt_hex(msg->data, msg->len)); in proxy_segment_and_send() 1199 bt_hex(sub->keys[sub->kr_flag].net_id, 8)); in net_id_adv()
|
D | local_operation.c | 189 BT_WARN("Key value %s already exists", bt_hex(net_key, 16)); in bt_mesh_node_local_net_key_add() 265 BT_WARN("Key value %s already exists", bt_hex(app_key, 16)); in bt_mesh_node_local_app_key_add()
|
D | cfg_srv.c | 125 bt_hex(buf->data, buf->len)); in dev_comp_data_get() 375 net_idx, app_idx, update, bt_hex(val, 16)); in app_key_set() 679 bt_hex(buf->data, buf->len)); in beacon_get() 698 bt_hex(buf->data, buf->len)); in beacon_set() 737 bt_hex(buf->data, buf->len)); in default_ttl_get() 756 bt_hex(buf->data, buf->len)); in default_ttl_set() 800 bt_hex(buf->data, buf->len)); in gatt_proxy_get() 813 bt_hex(buf->data, buf->len)); in gatt_proxy_set() 858 bt_hex(buf->data, buf->len)); in net_transmit_get() 877 bt_hex(buf->data, buf->len)); in net_transmit_set() [all …]
|
D | proxy_client.c | 178 BT_DBG("%u bytes: %s", buf.len, bt_hex(buf.data, buf.len)); in proxy_cfg() 326 BT_DBG("%u bytes: %s", len, bt_hex(data, len)); in proxy_send() 343 bt_hex(msg->data, msg->len)); in proxy_segment_and_send() 917 BT_DBG("len %u bytes: %s", buf->len, bt_hex(buf->data, buf->len)); in send_proxy_cfg()
|
D | test.c | 145 bt_hex(wl->remote_bda, BLE_MESH_ADDR_LEN), wl->addr_type); in bt_mesh_test_update_white_list()
|
D | adv.c | 156 buf->len, bt_hex(buf->data, buf->len)); in adv_send() 469 bt_hex(buf->data, buf->len)); in bt_mesh_adv_send() 571 bt_hex(buf->data, buf->len)); in bt_mesh_relay_adv_send() 734 bt_hex(buf->data, buf->len)); in bt_mesh_ble_adv_send()
|
D | transport.c | 616 BT_DBG("len %u: %s", msg->len, bt_hex(msg->data, msg->len)); in bt_mesh_trans_send() 744 BT_DBG("len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in sdu_recv() 799 bt_hex(sdu->data, sdu->len)); in sdu_recv() 850 bt_hex(sdu->data, sdu->len)); in sdu_recv() 1025 bt_hex(buf->data, buf->len)); in ctl_recv() 1266 BT_DBG("len %zu: %s", data_len, bt_hex(data, data_len)); in bt_mesh_ctl_send() 1744 BT_DBG("Payload %s", bt_hex(buf->data, buf->len));
|
D | scan.c | 203 BT_DBG("scan, len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_scan_cb()
|
D | main.c | 48 BT_INFO("dev_key %s", bt_hex(dev_key, 16)); in bt_mesh_provision()
|
D | access.c | 649 BT_INFO("recv, len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_model_recv() 772 BT_INFO("send, len %u: %s", msg->len, bt_hex(msg->data, msg->len)); in model_send()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 578 … bt_hex(p_data->req_data.p_data->write_req.value, p_data->req_data.p_data->write_req.len)); in bt_mesh_bta_gatts_cb() 1198 bt_hex(addr->val, BLE_MESH_ADDR_LEN)); in bt_mesh_gattc_conn_create() 1225 BT_DBG("Create conn with %s", bt_hex(addr->val, BLE_MESH_ADDR_LEN)); in bt_mesh_gattc_conn_create() 1868 BT_DBG("Public Key %s", bt_hex(bt_mesh_public_key, sizeof(bt_mesh_public_key))); in bt_mesh_pub_key_get() 1892 BT_DBG("private key = %s", bt_hex(bt_mesh_private_key, BT_OCTET32_LEN)); in bt_mesh_dh_key_gen() 1898 BT_DBG("remote public key x = %s", bt_hex(peer_pub_key.x, BT_OCTET32_LEN)); in bt_mesh_dh_key_gen() 1899 BT_DBG("remote public key y = %s", bt_hex(peer_pub_key.y, BT_OCTET32_LEN)); in bt_mesh_dh_key_gen() 1903 BT_DBG("new public key x = %s", bt_hex(new_pub_key.x, 32)); in bt_mesh_dh_key_gen() 1904 BT_DBG("new public key y = %s", bt_hex(new_pub_key.y, 32)); in bt_mesh_dh_key_gen() 1918 BT_DBG("key %s plaintext %s", bt_hex(key, 16), bt_hex(plaintext, 16)); in bt_mesh_encrypt_le() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_util.c | 16 const char *bt_hex(const void *buf, size_t len) in bt_hex() function
|
D | mesh_common.c | 103 BT_DBG("Random %s", bt_hex(buf, len)); in bt_mesh_rand()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1437 bt_hex(addr->val, BLE_MESH_ADDR_LEN)); in bt_mesh_gattc_conn_create() 1467 BT_DBG("Create conn with %s", bt_hex(addr->val, BLE_MESH_ADDR_LEN)); in bt_mesh_gattc_conn_create() 1634 bt_hex(ctxt->om->om_data, ctxt->om->om_len)); in proxy_char_access_cb() 1839 BT_DBG("Public Key %s", bt_hex(bt_mesh_public_key, sizeof(bt_mesh_public_key))); in bt_mesh_pub_key_get() 1888 BT_DBG("private key = %s", bt_hex(bt_mesh_private_key, 32)); in bt_mesh_dh_key_gen() 1903 BT_DBG("key %s plaintext %s", bt_hex(key, 16), bt_hex(plaintext, 16)); in bt_mesh_encrypt_le() 1944 BT_DBG("enc_data %s", bt_hex(enc_data, 16)); in bt_mesh_encrypt_le() 1952 BT_DBG("key %s plaintext %s", bt_hex(key, 16), bt_hex(plaintext, 16)); in bt_mesh_encrypt_be() 1983 BT_DBG("enc_data %s", bt_hex(enc_data, 16)); in bt_mesh_encrypt_be()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_util.h | 218 const char *bt_hex(const void *buf, size_t len);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | time_scene_client.c | 125 BT_DBG("len %d, bytes %s", buf->len, bt_hex(buf->data, buf->len)); in time_scene_status()
|