Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc299 uint32_t new_sts_index = PickRandomStsIndex(); in OnSessionStart() local
300 SetStsIndex(session_handle, new_sts_index); in OnSessionStart()
311 uint32_t new_sts_index = (result.second + 1) & ((1 << 30) - 1); in OnSessionStart() local
312 SetStsIndex(session_handle, new_sts_index); in OnSessionStart()