Lines Matching refs:bt_mesh_cdb_node
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()
989 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node) in bt_mesh_cdb_node_store()
1012 int bt_mesh_cdb_node_key_import(struct bt_mesh_cdb_node *node, const uint8_t in[16]) in bt_mesh_cdb_node_key_import()
1023 int bt_mesh_cdb_node_key_export(const struct bt_mesh_cdb_node *node, uint8_t out[16]) in bt_mesh_cdb_node_key_export()
1162 struct bt_mesh_cdb_node *node; in store_cdb_pending_nodes()