Home
last modified time | relevance | path

Searched refs:bt_mesh_cdb_subnet (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h45 struct bt_mesh_cdb_subnet { struct
81 struct bt_mesh_cdb_subnet subnets[SUBNET_COUNT];
255 struct bt_mesh_cdb_subnet *bt_mesh_cdb_subnet_alloc(uint16_t net_idx);
264 void bt_mesh_cdb_subnet_del(struct bt_mesh_cdb_subnet *sub, bool store);
275 struct bt_mesh_cdb_subnet *bt_mesh_cdb_subnet_get(uint16_t net_idx);
281 void bt_mesh_cdb_subnet_store(const struct bt_mesh_cdb_subnet *sub);
289 uint8_t bt_mesh_cdb_subnet_flags(const struct bt_mesh_cdb_subnet *sub);
305 int bt_mesh_cdb_subnet_key_import(struct bt_mesh_cdb_subnet *sub, int key_idx,
322 int bt_mesh_cdb_subnet_key_export(const struct bt_mesh_cdb_subnet *sub, int key_idx,
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c278 struct bt_mesh_cdb_subnet *sub; in cdb_subnet_set()
483 static void store_cdb_subnet(const struct bt_mesh_cdb_subnet *sub) in store_cdb_subnet()
652 static void update_cdb_subnet_settings(const struct bt_mesh_cdb_subnet *sub, in update_cdb_subnet_settings()
734 struct bt_mesh_cdb_subnet *sub; 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()
814 struct bt_mesh_cdb_subnet *sub; in bt_mesh_cdb_subnet_alloc()
836 void bt_mesh_cdb_subnet_del(struct bt_mesh_cdb_subnet *sub, bool store) in bt_mesh_cdb_subnet_del()
850 struct bt_mesh_cdb_subnet *bt_mesh_cdb_subnet_get(uint16_t net_idx) in bt_mesh_cdb_subnet_get()
863 void bt_mesh_cdb_subnet_store(const struct bt_mesh_cdb_subnet *sub) in bt_mesh_cdb_subnet_store()
870 uint8_t bt_mesh_cdb_subnet_flags(const struct bt_mesh_cdb_subnet *sub) in bt_mesh_cdb_subnet_flags()
[all …]
Dmain.c59 struct bt_mesh_cdb_subnet *subnet = NULL; in bt_mesh_provision()
Dprovisioner.c495 struct bt_mesh_cdb_subnet *sub; in send_prov_data()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c971 struct bt_mesh_cdb_subnet *sub; in cmd_provision_local()
1254 struct bt_mesh_cdb_subnet *subnet; in cdb_print_subnets()
1408 struct bt_mesh_cdb_subnet *sub; in cmd_cdb_subnet_add()
1451 struct bt_mesh_cdb_subnet *sub; in cmd_cdb_subnet_del()
Dcfg.c561 struct bt_mesh_cdb_subnet *subnet; in cmd_net_key_add()
/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.c432 struct bt_mesh_cdb_subnet *subnet; in provisioner_setup()