HomeSort by relevance Sort by last modified time
    Searched refs:stopScan (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 34 void stopScan(in int appIf, in boolean isServer);
BluetoothAdapter.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 109 mTestUtils.stopScan(adapter);
114 mTestUtils.stopScan(adapter);
BluetoothTestUtils.java 667 public void stopScan(BluetoothAdapter adapter) {
671 fail("stopScan() bluetooth not enabled");
685 writeOutput(String.format("stopScan() completed in %d ms",
695 fail(String.format("stopScan() timeout: isDiscovering=%b, flags=0x%x (expected 0x%x)",
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 271 public void stopScan(int appIf, boolean isServer) {
274 service.stopScan(appIf, isServer);
    [all...]

Completed in 608 milliseconds