Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c410 arg.add_local_app_key.net_idx = net_idx; in esp_ble_mesh_provisioner_add_local_app_key()
411 arg.add_local_app_key.app_idx = app_idx; in esp_ble_mesh_provisioner_add_local_app_key()
413 memcpy(arg.add_local_app_key.app_key, app_key, 16); in esp_ble_mesh_provisioner_add_local_app_key()
415 bzero(arg.add_local_app_key.app_key, 16); in esp_ble_mesh_provisioner_add_local_app_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h189 } add_local_app_key; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2027 if (memcmp(arg->add_local_app_key.app_key, zero, 16)) { in btc_ble_mesh_prov_call_handler()
2028 app_key = arg->add_local_app_key.app_key; in btc_ble_mesh_prov_call_handler()
2032 bt_mesh_provisioner_local_app_key_add(app_key, arg->add_local_app_key.net_idx, in btc_ble_mesh_prov_call_handler()
2033 &arg->add_local_app_key.app_idx); in btc_ble_mesh_prov_call_handler()
2034 param.provisioner_add_app_key_comp.net_idx = arg->add_local_app_key.net_idx; in btc_ble_mesh_prov_call_handler()
2035 param.provisioner_add_app_key_comp.app_idx = arg->add_local_app_key.app_idx; in btc_ble_mesh_prov_call_handler()