Home
last modified time | relevance | path

Searched refs:stop_scan (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py557 def stop_scan(self, scanner_id): member in FlossScannerClient
644 stop_scan = self.stop_scan(scanner_id)
647 if stop_scan == floss_enums.BtStatus.SUCCESS:
648 stop_scan = True
651 return stop_scan and unregister_scanner
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java64 scanButton.setText(R.string.stop_scan); in onClick()
84 scanButton.setText(R.string.stop_scan); in onCreate()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc513 stop_scan(); in configure_scan()
595 stop_scan(); in scan()
635 void stop_scan() { in stop_scan() function
1676 stop_scan(); in OnPause()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py132 async def stop_scan(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs318 fn stop_scan(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_scan() method
320 scanner.stop_scan(); in stop_scan()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs396 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus; in stop_scan() method
1413 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
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py320 def stop_scan(self, scanner_id): member in Bluetooth
Dhost.py539 self.bluetooth.stop_scan(scanner_id)
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs636 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1489 pub fn stop_scan(&mut self) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1590 self.lock_context().gatt_dbus.as_mut().unwrap().stop_scan(scanner_id); in cmd_le_scan()
Ddbus_iface.rs1495 fn stop_scan(&mut self, _scanner_id: u8) -> BtStatus { in stop_scan() method