Searched refs:stop_scan (Results 1 – 12 of 12) sorted by relevance
557 def stop_scan(self, scanner_id): member in FlossScannerClient644 stop_scan = self.stop_scan(scanner_id)647 if stop_scan == floss_enums.BtStatus.SUCCESS:648 stop_scan = True651 return stop_scan and unregister_scanner
64 scanButton.setText(R.string.stop_scan); in onClick()84 scanButton.setText(R.string.stop_scan); in onCreate()
513 stop_scan(); in configure_scan()595 stop_scan(); in scan()635 void stop_scan() { in stop_scan() function1676 stop_scan(); in OnPause()
132 async def stop_scan(self): member in GattClient
318 fn stop_scan(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_scan() method320 scanner.stop_scan(); in stop_scan()
396 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus; in stop_scan() method1413 self.gatt.as_ref().unwrap().lock().unwrap().scanner.stop_scan(); in update_scan()1672 self.stop_scan(scanner_id); in scan_enter_suspend()1962 self.stop_scan(scanner_id) in stop_active_scan()2167 self.stop_scan(scanner_id); in unregister_scanner()2232 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
320 def stop_scan(self, scanner_id): member in Bluetooth
539 self.bluetooth.stop_scan(scanner_id)
636 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
1489 pub fn stop_scan(&mut self) { in stop_scan() method
1590 self.lock_context().gatt_dbus.as_mut().unwrap().stop_scan(scanner_id); in cmd_le_scan()
1495 fn stop_scan(&mut self, _scanner_id: u8) -> BtStatus { in stop_scan() method