Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc214 auto pSessionInfo = GetSessionInfo(session_handle); in OnChannelConfig() local
215 if (!pSessionInfo) in OnChannelConfig()
217 pSessionInfo->channel_ = channel; in OnChannelConfig()
233 auto pSessionInfo = elem.second; in OnCountryCodeChanged() local
235 if(pSessionInfo->session_state_ != UCI_MSG_SESSION_STATE_ACTIVE) in OnCountryCodeChanged()
239 … if (!rt_set->uwb_enable || rt_set->restricted_channel_mask & (1 << pSessionInfo->channel_)) { in OnCountryCodeChanged()
274 std::shared_ptr<SessionInfo> pSessionInfo; in OnSessionStart() local
277 pSessionInfo = GetSessionInfo(session_handle); in OnSessionStart()
281 if (!pSessionInfo || pSessionInfo->session_type_ != kSessionType_CCCRanging) in OnSessionStart()
296 if (!pSessionInfo->ranging_started_) { in OnSessionStart()
[all …]