Home
last modified time | relevance | path

Searched refs:bt_mesh_app_key (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings.h30 void bt_mesh_store_app_key(struct bt_mesh_app_key *key);
41 void bt_mesh_clear_app_key(struct bt_mesh_app_key *key);
52 void bt_mesh_store_p_app_key(struct bt_mesh_app_key *key);
Dfast_prov.c61 struct bt_mesh_app_key *bt_mesh_fast_prov_app_key_find(uint16_t app_idx) in bt_mesh_fast_prov_app_key_find()
63 struct bt_mesh_app_key *key = NULL; in bt_mesh_fast_prov_app_key_find()
132 struct bt_mesh_app_key *key = NULL; in bt_mesh_get_fast_prov_app_key()
Daccess.h62 struct bt_mesh_app_key *bt_mesh_tx_appkey_get(uint8_t role, uint16_t app_idx);
74 struct bt_mesh_app_key *bt_mesh_rx_appkey_get(size_t index);
Dnet.h35 struct bt_mesh_app_key { struct
260 struct bt_mesh_app_key app_keys[CONFIG_BLE_MESH_APP_KEY_COUNT];
268 struct bt_mesh_app_key *p_app_keys[CONFIG_BLE_MESH_PROVISIONER_APP_KEY_COUNT];
Dprovisioner_main.c799 struct bt_mesh_app_key *bt_mesh_provisioner_app_key_find(uint16_t app_idx) in bt_mesh_provisioner_app_key_find()
801 struct bt_mesh_app_key *key = NULL; in bt_mesh_provisioner_app_key_find()
819 struct bt_mesh_app_key *key = NULL; in provisioner_check_app_key()
841 struct bt_mesh_app_key *key = NULL; in provisioner_check_app_idx()
945 struct bt_mesh_app_key *key = NULL; in bt_mesh_provisioner_local_app_key_add()
992 key = bt_mesh_calloc(sizeof(struct bt_mesh_app_key)); in bt_mesh_provisioner_local_app_key_add()
1042 struct bt_mesh_app_key *key = NULL; in bt_mesh_provisioner_local_app_key_update()
1084 struct bt_mesh_app_key *key = NULL; in bt_mesh_provisioner_local_app_key_get()
1179 struct bt_mesh_app_key *key = NULL; in bt_mesh_provisioner_local_app_key_del()
1389 struct bt_mesh_app_key *key = bt_mesh.p_app_keys[j]; in bt_mesh_provisioner_local_net_key_del()
Dfoundation.h161 struct bt_mesh_app_key *bt_mesh_app_key_alloc(uint16_t app_idx);
162 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store);
Daccess.c177 struct bt_mesh_app_key *key = NULL; in publish_retransmit()
833 struct bt_mesh_app_key *key = NULL; in bt_mesh_model_publish()
975 struct bt_mesh_app_key *bt_mesh_tx_appkey_get(uint8_t role, uint16_t app_idx) in bt_mesh_tx_appkey_get()
977 struct bt_mesh_app_key *key = NULL; in bt_mesh_tx_appkey_get()
1123 struct bt_mesh_app_key *bt_mesh_rx_appkey_get(size_t index) in bt_mesh_rx_appkey_get()
1125 struct bt_mesh_app_key *key = NULL; in bt_mesh_rx_appkey_get()
Dfast_prov.h20 struct bt_mesh_app_key *bt_mesh_fast_prov_app_key_find(uint16_t app_idx);
Dlocal_operation.c145 struct bt_mesh_app_key *key = NULL; in bt_mesh_node_get_local_app_key()
236 struct bt_mesh_app_key *key = NULL; in bt_mesh_node_local_app_key_add()
Dsettings.c483 struct bt_mesh_app_key *app = NULL; in app_key_set()
932 static struct bt_mesh_app_key *p_appkey_alloc(void) in p_appkey_alloc()
938 bt_mesh.p_app_keys[i] = bt_mesh_calloc(sizeof(struct bt_mesh_app_key)); in p_appkey_alloc()
1012 struct bt_mesh_app_key *app = NULL; in p_app_key_set()
1780 static void store_app_key(struct bt_mesh_app_key *app) in store_app_key()
1825 struct bt_mesh_app_key *key = NULL; in store_pending_keys()
2200 void bt_mesh_store_app_key(struct bt_mesh_app_key *key) in bt_mesh_store_app_key()
2277 void bt_mesh_clear_app_key(struct bt_mesh_app_key *key) in bt_mesh_clear_app_key()
2388 static void store_p_app_key(struct bt_mesh_app_key *app) in store_p_app_key()
2453 void bt_mesh_store_p_app_key(struct bt_mesh_app_key *key) in bt_mesh_store_p_app_key()
Dtransport.h96 struct bt_mesh_app_key *bt_mesh_app_key_find(uint16_t app_idx);
Dprovisioner_main.h98 struct bt_mesh_app_key *bt_mesh_provisioner_app_key_find(uint16_t app_idx);
Dtest.c36 struct bt_mesh_app_key *key = NULL; in bt_mesh_device_auto_enter_network()
Dcfg_srv.c189 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in app_key_is_valid()
333 struct bt_mesh_app_key *bt_mesh_app_key_alloc(uint16_t app_idx) in bt_mesh_app_key_alloc()
338 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_app_key_alloc()
352 struct bt_mesh_app_key *key = NULL; in app_key_set()
519 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store) in bt_mesh_app_key_del()
541 struct bt_mesh_app_key *key = NULL; in app_key_del()
627 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in app_key_get()
3646 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_subnet_del()
Dtransport.c573 struct bt_mesh_app_key *bt_mesh_app_key_find(uint16_t app_idx) in bt_mesh_app_key_find()
578 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_app_key_find()
801 struct bt_mesh_app_key *key = NULL; in sdu_recv()
1947 struct bt_mesh_app_key *app_key = NULL; in bt_mesh_app_key_get()
Dnet.c510 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_net_revoke_keys()