Searched refs:bt_mesh_cdb_node_get (Results 1 – 7 of 7) sorted by relevance
185 struct bt_mesh_cdb_node *bt_mesh_cdb_node_get(uint16_t addr);
233 node = bt_mesh_cdb_node_get(addr); in cdb_node_set()247 node = bt_mesh_cdb_node_get(addr); in cdb_node_set()973 struct bt_mesh_cdb_node *bt_mesh_cdb_node_get(uint16_t addr) in bt_mesh_cdb_node_get() function1164 node = bt_mesh_cdb_node_get(addr); in store_cdb_pending_nodes()
497 node = bt_mesh_cdb_node_get(ctx->addr); in bt_mesh_keys_resolve()552 node = bt_mesh_cdb_node_get(rx->ctx.addr); in bt_mesh_app_key_find()
946 provisionee.node = bt_mesh_cdb_node_get(srv->addr); in bt_mesh_pb_remote_open_node()
544 bt_mesh_cdb_node_del(bt_mesh_cdb_node_get(prov_addr - 1), true); in oob_provisioner()614 node = bt_mesh_cdb_node_get(current_dev_addr); in node_configure_and_reset()1230 node = bt_mesh_cdb_node_get(current_dev_addr); in test_provisioner_pb_remote_client_nppi_robustness()1480 node = bt_mesh_cdb_node_get(current_dev_addr); in test_device_pb_remote_client_server_same_dev()
1392 node = bt_mesh_cdb_node_get(addr); in cmd_cdb_node_del()
34 struct bt_mesh_cdb_node *node = bt_mesh_cdb_node_get(bt_mesh_shell_target_ctx.dst); in cmd_reset()