Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h208 } update_local_net_key; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c513 memcpy(arg.update_local_net_key.net_key, net_key, 16); in esp_ble_mesh_provisioner_update_local_net_key()
514 arg.update_local_net_key.net_idx = net_idx; in esp_ble_mesh_provisioner_update_local_net_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2072 param.provisioner_update_net_key_comp.net_idx = arg->update_local_net_key.net_idx; in btc_ble_mesh_prov_call_handler()
2074 bt_mesh_provisioner_local_net_key_update(arg->update_local_net_key.net_key, in btc_ble_mesh_prov_call_handler()
2075 arg->update_local_net_key.net_idx); in btc_ble_mesh_prov_call_handler()