Searched refs:bt_mesh_subnet_foreach (Results 1 – 5 of 5) sorted by relevance
129 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub));
364 bt_mesh_subnet_foreach(bt_mesh_proxy_beacon_send); in bt_mesh_proxy_beacon_send()437 if (bt_mesh_subnet_foreach(node_id_start)) { in bt_mesh_proxy_identity_enable()456 if (bt_mesh_subnet_foreach(private_node_id_start)) { in bt_mesh_proxy_private_identity_enable()807 bt_mesh_subnet_foreach(proxy_adv_timeout_eval); in gatt_proxy_advertise()1171 bt_mesh_subnet_foreach(solicitation_reset); in gatt_connected()
459 bt_mesh_subnet_foreach(sub_update_beacon_observation); in update_beacon_observation()823 bt_mesh_subnet_foreach(subnet_beacon_enable); in bt_mesh_beacon_enable()
360 bt_mesh_subnet_foreach(bt_mesh_beacon_update); in bt_mesh_net_iv_update()980 bt_mesh_subnet_foreach(bt_mesh_beacon_cache_clear); in ivu_refresh()
828 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub)) in bt_mesh_subnet_foreach() function