Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java491 private final Map<LeScanCallback, ScanCallback> mLeScanClients;
531 mLeScanClients = new HashMap<LeScanCallback, ScanCallback>(); in BluetoothAdapter()
2226 public interface LeScanCallback { interface in BluetoothAdapter
2255 public boolean startLeScan(LeScanCallback callback) { in startLeScan()
2276 public boolean startLeScan(final UUID[] serviceUuids, final LeScanCallback callback) { in startLeScan()
2363 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/
Dcompiled-classes-phone631 android.bluetooth.BluetoothAdapter$LeScanCallback
/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.txt6691 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6692 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
6693 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6724 public static abstract interface BluetoothAdapter.LeScanCallback {
Dtest-current.txt6697 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6698 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
6699 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6730 public static abstract interface BluetoothAdapter.LeScanCallback {
Dsystem-current.txt6979 method public deprecated boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
6980 …eprecated boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
6981 method public deprecated void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
7014 public static abstract interface BluetoothAdapter.LeScanCallback {