Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c143 static int next_idx; variable
378 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