Home
last modified time | relevance | path

Searched refs:bt_mesh_cdb_node_alloc (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dcdb.h138 struct bt_mesh_cdb_node *bt_mesh_cdb_node_alloc(const uint8_t uuid[16], uint16_t addr,
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_lcd.c164 node = bt_mesh_cdb_node_alloc(test_va_uuid, cfg.addr, comp.elem_count, 0); in target_node_alloc()
Dtest_provision.c1170 prev_node = bt_mesh_cdb_node_alloc((uint8_t[16]) {}, current_dev_addr - 1, 1, 0); in reprovision_remote_address_client()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dmain.c90 node = bt_mesh_cdb_node_alloc(prov->uuid, addr, in bt_mesh_provision()
Dcdb.c248 node = bt_mesh_cdb_node_alloc(val.uuid, addr, val.num_elem, in cdb_node_set()
902 struct bt_mesh_cdb_node *bt_mesh_cdb_node_alloc(const uint8_t uuid[16], uint16_t addr, in bt_mesh_cdb_node_alloc() function
Dprovisioner.c284 bt_mesh_cdb_node_alloc(prov_device.uuid, in prov_capabilities()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dshell.c1354 node = bt_mesh_cdb_node_alloc(uuid, addr, num_elem, net_idx); in cmd_cdb_node_add()