HomeSort by relevance Sort by last modified time
    Searched refs:registerSync (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingManager.java 33 * {@link PeriodicAdvertisingManager#registerSync}.
75 * call to registerSync will use the {@code skip} and {@code timeout} provided.
90 public void registerSync(ScanResult scanResult, int skip, int timeout,
92 registerSync(scanResult, skip, timeout, callback, null);
98 * call to registerSync will use the {@code skip} and {@code timeout} provided.
114 public void registerSync(ScanResult scanResult, int skip, int timeout,
156 gatt.registerSync(scanResult, skip, timeout, wrapped);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 71 void registerSync(in ScanResult scanResult, in int skip, in int timeout, in IPeriodicAdvertisingCallback callback);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 676 public void registerSync(ScanResult scanResult, int skip, int timeout,
680 service.registerSync(scanResult, skip, timeout, callback);
    [all...]

Completed in 228 milliseconds