Searched refs:update_local_app_key (Results 1 – 3 of 3) sorted by relevance
437 memcpy(arg.update_local_app_key.app_key, app_key, 16); in esp_ble_mesh_provisioner_update_local_app_key()438 arg.update_local_app_key.net_idx = net_idx; in esp_ble_mesh_provisioner_update_local_app_key()439 arg.update_local_app_key.app_idx = app_idx; in esp_ble_mesh_provisioner_update_local_app_key()
194 } update_local_app_key; member
2040 param.provisioner_update_app_key_comp.net_idx = arg->update_local_app_key.net_idx; in btc_ble_mesh_prov_call_handler()2041 param.provisioner_update_app_key_comp.app_idx = arg->update_local_app_key.app_idx; in btc_ble_mesh_prov_call_handler()2043 bt_mesh_provisioner_local_app_key_update(arg->update_local_app_key.app_key, in btc_ble_mesh_prov_call_handler()2044 arg->update_local_app_key.net_idx, arg->update_local_app_key.app_idx); in btc_ble_mesh_prov_call_handler()