Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc319 uint8_t session_handle_bytes[4]; in StopRanging() local
320 cpu_to_le_bytes(session_handle_bytes, session_handle); in StopRanging()
323 packet.insert(packet.end(), std::begin(session_handle_bytes), std::end(session_handle_bytes)); in StopRanging()
446 uint8_t session_handle_bytes[4]; in GetAppConfLe32() local
447 cpu_to_le_bytes(session_handle_bytes, session_handle); in GetAppConfLe32()
449 packet.insert(packet.end(), std::begin(session_handle_bytes), std::end(session_handle_bytes)); in GetAppConfLe32()
476 uint8_t session_handle_bytes[4]; in SetStsIndex() local
479 cpu_to_le_bytes(session_handle_bytes, session_handle); in SetStsIndex()
485 packet.insert(packet.end(), std::begin(session_handle_bytes), std::end(session_handle_bytes)); in SetStsIndex()