Home
last modified time | relevance | path

Searched refs:bt_mesh_cdb_subnet_alloc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h255 struct bt_mesh_cdb_subnet *bt_mesh_cdb_subnet_alloc(uint16_t net_idx);
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c326 sub = bt_mesh_cdb_subnet_alloc(net_idx); in cdb_subnet_set()
742 sub = bt_mesh_cdb_subnet_alloc(BT_MESH_KEY_PRIMARY); in bt_mesh_cdb_create()
812 struct bt_mesh_cdb_subnet *bt_mesh_cdb_subnet_alloc(uint16_t net_idx) in bt_mesh_cdb_subnet_alloc() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c192 struct bt_mesh_cdb_subnet *subnet = bt_mesh_cdb_subnet_alloc(i + 1); in tester_setup()
Dtest_persistence.c445 subnet = bt_mesh_cdb_subnet_alloc(test_netkey_idx); in provisioner_setup()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1407 sub = bt_mesh_cdb_subnet_alloc(net_idx); in cmd_cdb_subnet_add()
Dcfg.c576 subnet = bt_mesh_cdb_subnet_alloc(key_net_idx); in cmd_net_key_add()