Searched defs:stop_ranging (Results 1 – 6 of 6) sorted by relevance
83 pub fn stop_ranging(&mut self, result_sender: ResponseSender) { in stop_ranging() method241 async fn stop_ranging(&mut self) -> Result<Response> { in stop_ranging() method
94 pub async fn stop_ranging(&mut self, session_id: SessionId) -> Result<()> { in stop_ranging() method
245 def stop_ranging(self, session: int = 0, timeout: int = STOP_CALLBACK_WAIT_TIME_SEC): member in UwbRangingDecorator
143 pub fn stop_ranging(&self, request: &[u8]) -> Result<Vec<u8>> { in stop_ranging() method
191 pub fn stop_ranging(&self, session_id: SessionId) -> Result<()> { in stop_ranging() method
346 fn stop_ranging(ctx: JniContext, session_id: u32) -> Result<()> { in stop_ranging() function