Searched defs:RangeGetRangingCountRspPacket (Results 1 – 2 of 2) sorted by relevance
496 ) -> RangeGetRangingCountRspPacket { in command_get_ranging_count()
12937 pub struct RangeGetRangingCountRspPacket { struct12938 uci_packet: Arc<UciPacketData>,12939 uci_response: Arc<UciResponseData>,12940 ranging_response: Arc<RangingResponseData>,12941 range_get_ranging_count_rsp: Arc<RangeGetRangingCountRspData>,12997 impl Packet for RangeGetRangingCountRspPacket { implementation13018 impl TryFrom<UciPacketPacket> for RangeGetRangingCountRspPacket { implementation13024 impl RangeGetRangingCountRspPacket { implementation13065 impl Into<UciPacketPacket> for RangeGetRangingCountRspPacket { implementation13070 impl Into<UciResponsePacket> for RangeGetRangingCountRspPacket { implementation[all …]