Lines Matching refs:bt_mesh_cdb_app_key
344 struct bt_mesh_cdb_app_key *app; in cdb_app_key_set()
523 static void store_cdb_app_key(const struct bt_mesh_cdb_app_key *app) in store_cdb_app_key()
684 static void update_cdb_app_key_settings(const struct bt_mesh_cdb_app_key *key, in update_cdb_app_key_settings()
1028 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_alloc(uint16_t net_idx, uint16_t app_idx) in bt_mesh_cdb_app_key_alloc()
1030 struct bt_mesh_cdb_app_key *key; in bt_mesh_cdb_app_key_alloc()
1031 struct bt_mesh_cdb_app_key *vacant_key = NULL; in bt_mesh_cdb_app_key_alloc()
1056 void bt_mesh_cdb_app_key_del(struct bt_mesh_cdb_app_key *key, bool store) in bt_mesh_cdb_app_key_del()
1071 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_get(uint16_t app_idx) in bt_mesh_cdb_app_key_get()
1076 struct bt_mesh_cdb_app_key *key = &bt_mesh_cdb.app_keys[i]; in bt_mesh_cdb_app_key_get()
1087 void bt_mesh_cdb_app_key_store(const struct bt_mesh_cdb_app_key *key) in bt_mesh_cdb_app_key_store()
1094 int bt_mesh_cdb_app_key_import(struct bt_mesh_cdb_app_key *key, int key_idx, const uint8_t in[16]) in bt_mesh_cdb_app_key_import()
1105 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16]) in bt_mesh_cdb_app_key_export()
1195 struct bt_mesh_cdb_app_key *key; in store_cdb_pending_keys()