Home
last modified time | relevance | path

Searched refs:add_local_net_key (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c488 arg.add_local_net_key.net_idx = net_idx; in esp_ble_mesh_provisioner_add_local_net_key()
490 memcpy(arg.add_local_net_key.net_key, net_key, 16); in esp_ble_mesh_provisioner_add_local_net_key()
492 bzero(arg.add_local_net_key.net_key, 16); in esp_ble_mesh_provisioner_add_local_net_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h204 } add_local_net_key; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2061 if (memcmp(arg->add_local_net_key.net_key, zero, 16)) { in btc_ble_mesh_prov_call_handler()
2062 net_key = arg->add_local_net_key.net_key; in btc_ble_mesh_prov_call_handler()
2066 bt_mesh_provisioner_local_net_key_add(net_key, &arg->add_local_net_key.net_idx); in btc_ble_mesh_prov_call_handler()
2067 param.provisioner_add_net_key_comp.net_idx = arg->add_local_net_key.net_idx; in btc_ble_mesh_prov_call_handler()