Home
last modified time | relevance | path

Searched defs:stop_ranging (Results 1 – 4 of 4) sorted by relevance

/external/uwb/src/rust/uwb_core/src/session/
Duwb_session.rs83 pub fn stop_ranging(&mut self, result_sender: ResponseSender) { in stop_ranging() method
241 async fn stop_ranging(&mut self) -> Result<Response> { in stop_ranging() method
Dsession_manager.rs93 pub async fn stop_ranging(&mut self, session_id: SessionId) -> Result<()> { in stop_ranging() method
/external/uwb/src/rust/uwb_core/src/service/
Dproto_uwb_service.rs121 pub fn stop_ranging(&self, request: &[u8]) -> Result<Vec<u8>> { in stop_ranging() method
Duwb_service.rs191 pub fn stop_ranging(&self, session_id: SessionId) -> Result<()> { in stop_ranging() method