Searched refs:LeScanCallback (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 491 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/ |
D | bluetooth-le.jd | 242 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/ |
D | android-4.3.jd | 386 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/ |
D | compiled-classes-phone | 631 android.bluetooth.BluetoothAdapter$LeScanCallback
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5833 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/ |
D | current.txt | 6691 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 {
|
D | test-current.txt | 6697 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 {
|
D | system-current.txt | 6979 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 {
|