Searched refs:bt_mesh_cdb_node_alloc (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/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-latest/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 | 1196 prev_node = bt_mesh_cdb_node_alloc((uint8_t[16]) {}, current_dev_addr - 1, 1, 0); in reprovision_remote_address_client()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 89 node = bt_mesh_cdb_node_alloc(prov->uuid, addr, in bt_mesh_provision()
|
D | cdb.c | 249 node = bt_mesh_cdb_node_alloc(val.uuid, addr, val.num_elem, in cdb_node_set() 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() function
|
D | provisioner.c | 283 bt_mesh_cdb_node_alloc(provisionee.uuid, in prov_capabilities()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1337 node = bt_mesh_cdb_node_alloc(uuid, addr, num_elem, net_idx); in cmd_cdb_node_add()
|