Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c59 static struct key_update { struct
1812 struct key_update *update = &key_updates[i]; in store_pending_keys()
2146 static struct key_update *key_update_find(bool app_key, uint16_t key_idx, in key_update_find()
2147 struct key_update **free_slot) in key_update_find()
2149 struct key_update *match = NULL; in key_update_find()
2155 struct key_update *update = &key_updates[i]; in key_update_find()
2176 struct key_update *free_slot = NULL; in bt_mesh_store_subnet()
2177 struct key_update *update = NULL; in bt_mesh_store_subnet()
2203 struct key_update *free_slot = NULL; in bt_mesh_store_app_key()
2204 struct key_update *update = NULL; in bt_mesh_store_app_key()
[all …]