Home
last modified time | relevance | path

Searched refs:LeScanCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java685 private final Map<LeScanCallback, ScanCallback> mLeScanClients;
754 mLeScanClients = new HashMap<LeScanCallback, ScanCallback>(); in BluetoothAdapter()
3108 public interface LeScanCallback { interface in BluetoothAdapter
3134 public boolean startLeScan(LeScanCallback callback) { in startLeScan()
3153 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan()
3250 public void stopLeScan(LeScanCallback callback) { in stopLeScan()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5833 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
5834 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
5835 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
5866 public static abstract interface BluetoothAdapter.LeScanCallback {
/frameworks/base/non-updatable-api/
Dcurrent.txt7992 …ion.BLUETOOTH_ADMIN) public boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
7993 …N) public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
7994 …mission.BLUETOOTH_ADMIN) public void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
8025 public static interface BluetoothAdapter.LeScanCallback {
/frameworks/base/api/
Dcurrent.txt7992 …ion.BLUETOOTH_ADMIN) public boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
7993 …N) public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
7994 …mission.BLUETOOTH_ADMIN) public void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
8025 public static interface BluetoothAdapter.LeScanCallback {