Searched defs:AndroidSetCountryCodeRspPacket (Results 1 – 2 of 2) sorted by relevance
336 ) -> AndroidSetCountryCodeRspPacket { in command_set_country_code()
13632 pub struct AndroidSetCountryCodeRspPacket { struct13633 uci_packet: Arc<UciPacketData>,13634 uci_response: Arc<UciResponseData>,13635 android_response: Arc<AndroidResponseData>,13636 android_set_country_code_rsp: Arc<AndroidSetCountryCodeRspData>,13680 impl Packet for AndroidSetCountryCodeRspPacket { implementation13701 impl TryFrom<UciPacketPacket> for AndroidSetCountryCodeRspPacket { implementation13707 impl AndroidSetCountryCodeRspPacket { impl13745 impl Into<UciPacketPacket> for AndroidSetCountryCodeRspPacket { implementation13750 impl Into<UciResponsePacket> for AndroidSetCountryCodeRspPacket { implementation[all …]