Searched refs:session_handle_bytes (Results 1 – 1 of 1) sorted by relevance
319 uint8_t session_handle_bytes[4]; in StopRanging() local320 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() local447 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() local479 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()