Searched refs:bt_mesh_cdb_node_alloc (Results 1 – 4 of 4) sorted by relevance
/subsys/bluetooth/mesh/ |
A 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
|
A D | main.c | 87 node = bt_mesh_cdb_node_alloc(prov->uuid, addr, in bt_mesh_provision()
|
A D | provisioner.c | 283 bt_mesh_cdb_node_alloc(provisionee.uuid, in prov_capabilities()
|
/subsys/bluetooth/mesh/shell/ |
A D | shell.c | 1337 node = bt_mesh_cdb_node_alloc(uuid, addr, num_elem, net_idx); in cmd_cdb_node_add()
|
Completed in 30 milliseconds