Searched refs:bt_mesh_cdb_node_alloc (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 138 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/ |
D | test_lcd.c | 164 node = bt_mesh_cdb_node_alloc(test_va_uuid, cfg.addr, comp.elem_count, 0); in target_node_alloc()
|
D | test_provision.c | 1170 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/ |
D | main.c | 90 node = bt_mesh_cdb_node_alloc(prov->uuid, addr, in bt_mesh_provision()
|
D | cdb.c | 248 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
|
D | provisioner.c | 284 bt_mesh_cdb_node_alloc(prov_device.uuid, in prov_capabilities()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1354 node = bt_mesh_cdb_node_alloc(uuid, addr, num_elem, net_idx); in cmd_cdb_node_add()
|