Home
last modified time | relevance | path

Searched refs:bt_mesh_subnet_foreach (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dsubnet.h129 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub));
Dproxy_srv.c371 bt_mesh_subnet_foreach(bt_mesh_proxy_beacon_send); in bt_mesh_proxy_beacon_send()
444 if (bt_mesh_subnet_foreach(node_id_start)) { in bt_mesh_proxy_identity_enable()
463 if (bt_mesh_subnet_foreach(private_node_id_start)) { in bt_mesh_proxy_private_identity_enable()
1098 bt_mesh_subnet_foreach(solicitation_reset); in gatt_connected()
Dbeacon.c444 bt_mesh_subnet_foreach(sub_update_beacon_observation); in update_beacon_observation()
786 bt_mesh_subnet_foreach(subnet_beacon_enable); in bt_mesh_beacon_enable()
Dnet.c359 bt_mesh_subnet_foreach(bt_mesh_beacon_update); in bt_mesh_net_iv_update()
932 bt_mesh_subnet_foreach(bt_mesh_beacon_cache_clear); in ivu_refresh()
Dsubnet.c829 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub)) in bt_mesh_subnet_foreach() function