Searched refs:next_idx (Results 1 – 1 of 1) sorted by relevance
143 static int next_idx; variable378 next_idx = sub - bt_mesh.sub; in bt_mesh_proxy_identity_start()1184 sub = &bt_mesh.sub[(i + next_idx) % ARRAY_SIZE(bt_mesh.sub)]; in next_sub()1186 next_idx = (next_idx + 1) % ARRAY_SIZE(bt_mesh.sub); in next_sub()
Completed in 4 milliseconds