Home
last modified time | relevance | path

Searched refs:bt_mesh_subnet_next (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.h140 struct bt_mesh_subnet *bt_mesh_subnet_next(struct bt_mesh_subnet *sub);
Dsettings.c102 if (!bt_mesh_subnet_next(NULL)) { in mesh_commit()
Dbeacon.c471 struct bt_mesh_subnet *sub_first = bt_mesh_subnet_next(NULL); in beacons_send_next()
475 sub_next = bt_mesh_subnet_next(beacon_send_sub_curr); in beacons_send_next()
Dmain.c661 struct bt_mesh_subnet *sub = bt_mesh_subnet_next(NULL); in bt_mesh_start()
Dproxy_srv.c773 struct bt_mesh_subnet *sub_temp = bt_mesh_subnet_next(sub_start); in adv_sub_get_next()
780 sub_temp = bt_mesh_subnet_next(sub_temp); in adv_sub_get_next()
Dsubnet.c844 struct bt_mesh_subnet *bt_mesh_subnet_next(struct bt_mesh_subnet *sub) in bt_mesh_subnet_next() function
Dlpn.c383 lpn->sub = bt_mesh_subnet_next(NULL); in send_friend_req()