Home
last modified time | relevance | path

Searched refs:bt_mesh_cdb_node (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h35 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/
Dcdb.h7 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node);
Dcdb.c121 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 …]
Dprovisioner.c43 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()
Dapp_keys.c490 struct bt_mesh_cdb_node *node; in bt_mesh_keys_resolve()
550 struct bt_mesh_cdb_node *node; in bt_mesh_app_key_find()
Dmain.c60 struct bt_mesh_cdb_node *node = NULL; in bt_mesh_provision()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c97 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/
Dtest_provision.c553 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()
Dtest_lcd.c161 struct bt_mesh_cdb_node *node; in target_node_alloc()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1221 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()
Dcfg.c34 struct bt_mesh_cdb_node *node = bt_mesh_cdb_node_get(bt_mesh_shell_target_ctx.dst); in cmd_reset()