Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java489 private final Map<LeScanCallback, ScanCallback> mLeScanClients;
524 mLeScanClients = new HashMap<LeScanCallback, ScanCallback>(); in BluetoothAdapter()
2117 public interface LeScanCallback { interface in BluetoothAdapter
2146 public boolean startLeScan(LeScanCallback callback) { in startLeScan()
2167 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan()
2254 public void stopLeScan(LeScanCallback callback) { in stopLeScan()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd242 This method takes a {@link android.bluetooth.BluetoothAdapter.LeScanCallback}
291 …droid.bluetooth.BluetoothAdapter#startLeScan startLeScan(UUID[], BluetoothAdapter.LeScanCallback)},
296 {@link android.bluetooth.BluetoothAdapter.LeScanCallback},
303 private BluetoothAdapter.LeScanCallback mLeScanCallback =
304 new BluetoothAdapter.LeScanCallback() {
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd386 of the {@link android.bluetooth.BluetoothAdapter.LeScanCallback} interface. When the Bluetooth
388 android.bluetooth.BluetoothAdapter.LeScanCallback} implementation receives a call to the
389 {@link android.bluetooth.BluetoothAdapter.LeScanCallback#onLeScan onLeScan()} method. This
/frameworks/base/api/
Dcurrent.txt6298 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6299 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
6300 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6331 public static abstract interface BluetoothAdapter.LeScanCallback {
Dsystem-current.txt6514 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6515 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
6516 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6549 public static abstract interface BluetoothAdapter.LeScanCallback {