Home
last modified time | relevance | path

Searched refs:bt_mesh_provisioner_local_net_key_add (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h110 int bt_mesh_provisioner_local_net_key_add(const uint8_t net_key[16], uint16_t *net_idx);
Dfast_prov.c107 err = bt_mesh_provisioner_local_net_key_add(net_key, &net_idx); in bt_mesh_fast_prov_net_key_add()
Dprovisioner_main.c1215 int bt_mesh_provisioner_local_net_key_add(const uint8_t net_key[16], uint16_t *net_idx) in bt_mesh_provisioner_local_net_key_add() function
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2066 bt_mesh_provisioner_local_net_key_add(net_key, &arg->add_local_net_key.net_idx); in btc_ble_mesh_prov_call_handler()