Home
last modified time | relevance | path

Searched defs:UciResponse (Results 1 – 3 of 3) sorted by relevance

/external/uwb/src/rust/uwb_core/src/uci/
Dresponse.rs31 pub(super) enum UciResponse { enum
67 impl UciResponse { impl
115 impl TryFrom<(uwb_uci_packets::UciResponse, UCIMajorVersion, bool)> for UciResponse { implementation
118 pair: (uwb_uci_packets::UciResponse, UCIMajorVersion, bool), in try_from()
142 impl TryFrom<uwb_uci_packets::CoreResponse> for UciResponse { implementation
181 impl TryFrom<(uwb_uci_packets::SessionConfigResponse, UCIMajorVersion, bool)> for UciResponse { implementation
306 impl TryFrom<uwb_uci_packets::SessionControlResponse> for UciResponse { implementation
329 impl TryFrom<uwb_uci_packets::AndroidResponse> for UciResponse { implementation
358 impl TryFrom<uwb_uci_packets::TestResponse> for UciResponse { implementation
383 fn raw_response(evt: uwb_uci_packets::UciResponse) -> Result<UciResponse> { in raw_response()
Duci_logger.rs93 fn filter_uci_response(rsp: UciResponse) -> UciResponse { in filter_uci_response()
Duci_manager.rs256 async fn send_cmd(&self, cmd: UciManagerCmd) -> Result<UciResponse> { in send_cmd()
874 oneshot::Sender<Result<UciResponse>>, in new()
1009 fn store_if_uwbs_device_info(&mut self, resp: &UciResponse) { in store_if_uwbs_device_info()
1026 fn store_if_uwbs_caps_info(&mut self, resp: &UciResponse) { in store_if_uwbs_caps_info()
1054 result_sender: oneshot::Sender<Result<UciResponse>>, in handle_cmd()
1254 async fn handle_data_snd_packet(&mut self, data_snd_packet: UciDataSnd) -> Result<UciResponse> { in handle_data_snd_packet()
1300 ) -> Result<UciResponse> { in send_data_packet_fragment()
1424 async fn handle_response(&mut self, resp: UciResponse) { in handle_response()
1714 fn send_result(self, result: Result<UciResponse>) { in send_result()