Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h161 struct bt_mesh_app_key *bt_mesh_app_key_alloc(uint16_t app_idx);
Dlocal_operation.c271 key = bt_mesh_app_key_alloc(app_idx); in bt_mesh_node_local_app_key_add()
Dcfg_srv.c352 struct bt_mesh_app_key *bt_mesh_app_key_alloc(uint16_t app_idx) in bt_mesh_app_key_alloc() function
426 key = bt_mesh_app_key_alloc(app_idx); in app_key_set()
Dsettings.c524 app = bt_mesh_app_key_alloc(app_idx); in app_key_set()