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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 33 void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 262 public void startScanWithUuids(int appIf, boolean isServer, ParcelUuid[] ids) {
269 service.startScanWithUuids(appIf, isServer, uuids);
    [all...]

Completed in 92 milliseconds