Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h55 struct bt_mesh_cdb_app_key { struct
82 struct bt_mesh_cdb_app_key app_keys[APP_KEY_COUNT]; argument
335 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_alloc(uint16_t net_idx,
345 void bt_mesh_cdb_app_key_del(struct bt_mesh_cdb_app_key *key, bool store);
356 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_get(uint16_t app_idx);
362 void bt_mesh_cdb_app_key_store(const struct bt_mesh_cdb_app_key *key);
378 int bt_mesh_cdb_app_key_import(struct bt_mesh_cdb_app_key *key, int key_idx, const uint8_t in[16]);
394 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16]);
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c344 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()
[all …]
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c74 struct bt_mesh_cdb_app_key *key; in setup_cdb()
99 struct bt_mesh_cdb_app_key *key; in configure_self()
148 struct bt_mesh_cdb_app_key *key; in configure_node()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1262 struct bt_mesh_cdb_app_key *key; in cdb_print_app_keys()
1456 struct bt_mesh_cdb_app_key *key; in cmd_cdb_app_key_add()
1500 struct bt_mesh_cdb_app_key *key; in cmd_cdb_app_key_del()
Dcfg.c723 struct bt_mesh_cdb_app_key *app_key; in cmd_app_key_add()