Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c36 struct app_key_update { struct
60 static struct app_key_update app_key_updates[CONFIG_BT_MESH_APP_KEY_COUNT]; argument
123 static struct app_key_update *app_key_update_find(uint16_t key_idx, in app_key_update_find()
124 struct app_key_update **free_slot) in app_key_update_find()
126 struct app_key_update *match; in app_key_update_find()
133 struct app_key_update *update = &app_key_updates[i]; in app_key_update_find()
150 struct app_key_update *update, *free_slot; in update_app_key_settings()
709 struct app_key_update *update = &app_key_updates[i]; in bt_mesh_app_key_pending_store()
Dcfg_srv.c320 static int app_key_update(const struct bt_mesh_model *model, in app_key_update() function
2462 { OP_APP_KEY_UPDATE, BT_MESH_LEN_EXACT(19), app_key_update },