Searched refs:stopScan (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeScanner.java144 public void stopScan(ScanCallback callback) { method in class:BluetoothLeScanner
262 mBluetoothGatt.stopScan(mClientIf, false);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl40 void stopScan(in int appIf, in boolean isServer);
H A DBluetoothAdapter.java1759 * @deprecated Use {@link BluetoothLeScanner#stopScan(ScanCallback)} instead.
1774 scanner.stopScan(scanCallback);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java109 mTestUtils.stopScan(adapter);
114 mTestUtils.stopScan(adapter);
H A DBluetoothTestUtils.java668 public void stopScan(BluetoothAdapter adapter) { method in class:BluetoothTestUtils
672 fail("stopScan() bluetooth not enabled");
686 writeOutput(String.format("stopScan() completed in %d ms",
696 fail(String.format("stopScan() timeout: isDiscovering=%b, flags=0x%x (expected 0x%x)",
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp397 static void stopScan() { function
904 stopScan();
910 stopScan();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1335 stopScan();
1355 synchronized public static void stopScan() { method in class:WifiNative
H A DWifiScanningServiceImpl.java1003 WifiNative.stopScan();

Completed in 541 milliseconds