Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c60 static struct app_key_update app_key_updates[CONFIG_BT_MESH_APP_KEY_COUNT]; variable
132 for (i = 0; i < ARRAY_SIZE(app_key_updates); i++) { in app_key_update_find()
133 struct app_key_update *update = &app_key_updates[i]; in app_key_update_find()
708 for (i = 0; i < ARRAY_SIZE(app_key_updates); i++) { in bt_mesh_app_key_pending_store()
709 struct app_key_update *update = &app_key_updates[i]; in bt_mesh_app_key_pending_store()