Searched refs:batch_scan_disable (Results 1 – 3 of 3) sorted by relevance
177 async def batch_scan_disable(self): member in GattClient
1199 void batch_scan_disable() { in batch_scan_disable() function1839 CallOn(pimpl_.get(), &impl::batch_scan_disable); in BatchScanDisable()
394 fn batch_scan_disable(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in batch_scan_disable() method