Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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
333 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_alloc(uint16_t net_idx,
343 void bt_mesh_cdb_app_key_del(struct bt_mesh_cdb_app_key *key, bool store);
354 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_get(uint16_t app_idx);
360 void bt_mesh_cdb_app_key_store(const struct bt_mesh_cdb_app_key *key);
376 int bt_mesh_cdb_app_key_import(struct bt_mesh_cdb_app_key *key, int key_idx, const uint8_t in[16]);
392 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16]);
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dcdb.c343 struct bt_mesh_cdb_app_key *app; in cdb_app_key_set()
522 static void store_cdb_app_key(const struct bt_mesh_cdb_app_key *app) in store_cdb_app_key()
683 static void update_cdb_app_key_settings(const struct bt_mesh_cdb_app_key *key, in update_cdb_app_key_settings()
1027 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_alloc(uint16_t net_idx, in bt_mesh_cdb_app_key_alloc()
1030 struct bt_mesh_cdb_app_key *key; in bt_mesh_cdb_app_key_alloc()
1049 void bt_mesh_cdb_app_key_del(struct bt_mesh_cdb_app_key *key, bool store) in bt_mesh_cdb_app_key_del()
1063 struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_get(uint16_t app_idx) in bt_mesh_cdb_app_key_get()
1068 struct bt_mesh_cdb_app_key *key = &bt_mesh_cdb.app_keys[i]; in bt_mesh_cdb_app_key_get()
1079 void bt_mesh_cdb_app_key_store(const struct bt_mesh_cdb_app_key *key) in bt_mesh_cdb_app_key_store()
1086 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()
[all …]
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dshell.c1279 struct bt_mesh_cdb_app_key *key; in cdb_print_app_keys()
1473 struct bt_mesh_cdb_app_key *key; in cmd_cdb_app_key_add()
1517 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()