Searched defs:GetDeviceInfoRspPacket (Results 1 – 2 of 2) sorted by relevance
153 fn command_get_device_info(&self, _cmd: GetDeviceInfoCmdPacket) -> GetDeviceInfoRspPacket { in command_get_device_info()
6291 pub struct GetDeviceInfoRspPacket { struct6292 uci_packet: Arc<UciPacketData>,6293 uci_response: Arc<UciResponseData>,6294 core_response: Arc<CoreResponseData>,6295 get_device_info_rsp: Arc<GetDeviceInfoRspData>,6424 impl Packet for GetDeviceInfoRspPacket { implementation6445 impl TryFrom<UciPacketPacket> for GetDeviceInfoRspPacket { implementation6451 impl GetDeviceInfoRspPacket { impl6504 impl Into<UciPacketPacket> for GetDeviceInfoRspPacket { implementation6509 impl Into<UciResponsePacket> for GetDeviceInfoRspPacket { implementation[all …]