Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java653 private final Map<LeScanCallback, ScanCallback> mLeScanClients;
722 mLeScanClients = new HashMap<LeScanCallback, ScanCallback>(); in BluetoothAdapter()
2880 public interface LeScanCallback { interface in BluetoothAdapter
2906 public boolean startLeScan(LeScanCallback callback) { in startLeScan()
2925 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan()
3022 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/api/
Dcurrent.txt7989 …ion.BLUETOOTH_ADMIN) public boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
7990 …N) public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
7991 …mission.BLUETOOTH_ADMIN) public void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
8022 public static interface BluetoothAdapter.LeScanCallback {