Lines Matching refs:app_key
50 struct app_key { struct
62 static struct app_key apps[CONFIG_BT_MESH_APP_KEY_COUNT] = { argument
69 static struct app_key *app_get(uint16_t app_idx) in app_get()
96 const struct app_key *app; in store_app_key()
179 static void app_key_evt(struct app_key *app, enum bt_mesh_key_evt evt) in app_key_evt()
186 static struct app_key *app_key_alloc(uint16_t app_idx) in app_key_alloc()
188 struct app_key *app = NULL; in app_key_alloc()
204 static void app_key_del(struct app_key *app) in app_key_del()
221 static void app_key_revoke(struct app_key *app) in app_key_revoke()
242 struct app_key *app; in bt_mesh_app_key_add()
294 struct app_key *app; in bt_mesh_app_key_update()
354 struct app_key *app; in bt_mesh_app_key_del()
379 static int app_id_set(struct app_key *app, int key_idx, const struct bt_mesh_key *key) in app_id_set()
402 struct app_key *app; in bt_mesh_app_key_set()
447 struct app_key *app = &apps[i]; in bt_mesh_app_keys_get()
474 const struct bt_mesh_key **app_key, uint8_t *aid) in bt_mesh_keys_resolve() argument
476 struct app_key *app = NULL; in bt_mesh_keys_resolve()
503 *app_key = &node->dev_key; in bt_mesh_keys_resolve()
505 *app_key = &bt_mesh.dev_key; in bt_mesh_keys_resolve()
526 *app_key = &app->keys[1].val; in bt_mesh_keys_resolve()
529 *app_key = &app->keys[0].val; in bt_mesh_keys_resolve()
587 const struct app_key *app = &apps[i]; in bt_mesh_app_key_find()
626 struct app_key *app = &apps[i]; in subnet_evt()
653 struct app_key *app = &apps[i]; in bt_mesh_app_keys_reset()