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));
371 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()
444 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()
359 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()
829 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub)) in bt_mesh_subnet_foreach() function