Home
last modified time | relevance | path

Searched refs:node_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_local_data_operation_api.c152 arg.node_add_local_net_key.net_idx = net_idx; in esp_ble_mesh_node_add_local_net_key()
153 memcpy(arg.node_add_local_net_key.net_key, net_key, 16); in esp_ble_mesh_node_add_local_net_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h119 } node_add_local_net_key; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1872 param.node_add_net_key_comp.net_idx = arg->node_add_local_net_key.net_idx; in btc_ble_mesh_prov_call_handler()
1874 bt_mesh_node_local_net_key_add(arg->node_add_local_net_key.net_idx, in btc_ble_mesh_prov_call_handler()
1875 arg->node_add_local_net_key.net_key); in btc_ble_mesh_prov_call_handler()