Searched refs:bt_mesh_cdb_node (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 35 struct bt_mesh_cdb_node { struct 80 struct bt_mesh_cdb_node nodes[NODE_COUNT]; 138 struct bt_mesh_cdb_node *bt_mesh_cdb_node_alloc(const uint8_t uuid[16], uint16_t addr, 161 void bt_mesh_cdb_node_del(struct bt_mesh_cdb_node *node, bool store); 172 void bt_mesh_cdb_node_update(struct bt_mesh_cdb_node *node, uint16_t addr, 185 struct bt_mesh_cdb_node *bt_mesh_cdb_node_get(uint16_t addr); 191 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node); 204 int bt_mesh_cdb_node_key_import(struct bt_mesh_cdb_node *node, const uint8_t in[16]); 217 int bt_mesh_cdb_node_key_export(const struct bt_mesh_cdb_node *node, uint8_t out[16]); 233 typedef uint8_t (*bt_mesh_cdb_node_func_t)(struct bt_mesh_cdb_node *node,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cdb.h | 7 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node);
|
D | cdb.c | 121 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in addr_is_free() 216 struct bt_mesh_cdb_node *node; in cdb_node_set() 440 static void store_cdb_node(const struct bt_mesh_cdb_node *node) in store_cdb_node() 594 static void update_cdb_node_settings(const struct bt_mesh_cdb_node *node, in update_cdb_node_settings() 903 struct bt_mesh_cdb_node *bt_mesh_cdb_node_alloc(const uint8_t uuid[16], uint16_t addr, in bt_mesh_cdb_node_alloc() 914 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in bt_mesh_cdb_node_alloc() 934 void bt_mesh_cdb_node_del(struct bt_mesh_cdb_node *node, bool store) in bt_mesh_cdb_node_del() 955 void bt_mesh_cdb_node_update(struct bt_mesh_cdb_node *node, uint16_t addr, in bt_mesh_cdb_node_update() 973 struct bt_mesh_cdb_node *bt_mesh_cdb_node_get(uint16_t addr) in bt_mesh_cdb_node_get() 978 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in bt_mesh_cdb_node_get() [all …]
|
D | provisioner.c | 43 struct bt_mesh_cdb_node *node; 574 struct bt_mesh_cdb_node *node = provisionee.node; in prov_complete() 589 struct bt_mesh_cdb_node *node = provisionee.node; in prov_node_add()
|
D | app_keys.c | 490 struct bt_mesh_cdb_node *node; in bt_mesh_keys_resolve() 550 struct bt_mesh_cdb_node *node; in bt_mesh_app_key_find()
|
D | main.c | 60 struct bt_mesh_cdb_node *node = NULL; in bt_mesh_provision()
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 97 static void configure_self(struct bt_mesh_cdb_node *self) in configure_self() 144 static void configure_node(struct bt_mesh_cdb_node *node) in configure_node() 305 static uint8_t check_unconfigured(struct bt_mesh_cdb_node *node, void *data) in check_unconfigured()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 553 struct bt_mesh_cdb_node *node; in node_configure_and_reset() 1074 struct bt_mesh_cdb_node *node) in reprovision_remote_devkey_client() 1101 struct bt_mesh_cdb_node *node, in reprovision_remote_comp_data_client() 1136 struct bt_mesh_cdb_node *node) in reprovision_remote_address_client() 1152 struct bt_mesh_cdb_node *prev_node; in reprovision_remote_address_client() 1193 struct bt_mesh_cdb_node *node; in test_provisioner_pb_remote_client_nppi_robustness() 1423 struct bt_mesh_cdb_node *node; in test_device_pb_remote_client_server_same_dev()
|
D | test_lcd.c | 161 struct bt_mesh_cdb_node *node; in target_node_alloc()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1221 struct bt_mesh_cdb_node *node; in cdb_print_nodes() 1332 struct bt_mesh_cdb_node *node; in cmd_cdb_node_add() 1382 struct bt_mesh_cdb_node *node; in cmd_cdb_node_del()
|
D | cfg.c | 34 struct bt_mesh_cdb_node *node = bt_mesh_cdb_node_get(bt_mesh_shell_target_ctx.dst); in cmd_reset()
|