Searched refs:stop_sync (Results 1 – 4 of 4) sorted by relevance
192 async def stop_sync(self): member in GattClient
423 fn stop_sync(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_sync() method425 scanner.stop_sync(0); in stop_sync()
1301 void stop_sync(uint16_t handle) { in stop_sync() function1852 CallOn(pimpl_.get(), &impl::stop_sync, handle); in StopSync()
1602 pub fn stop_sync(&mut self, handle: u16) { in stop_sync() method