diff options
author | Prerepa Viswanadham <dham@google.com> | 2014-05-13 10:16:44 -0700 |
---|---|---|
committer | Prerepa Viswanadham <dham@google.com> | 2014-05-15 17:37:38 +0000 |
commit | 63da5bf55e475d61d2005b467404f3b4babeec76 (patch) | |
tree | f63851deae317f168f286a0eba95ccddcb374534 /core/java/android/bluetooth | |
parent | 01c92da4c938b1a37b263d7c452a6f4f2bb4fe76 (diff) | |
download | frameworks_base-63da5bf55e475d61d2005b467404f3b4babeec76.zip frameworks_base-63da5bf55e475d61d2005b467404f3b4babeec76.tar.gz frameworks_base-63da5bf55e475d61d2005b467404f3b4babeec76.tar.bz2 |
Improve name of api.
Change-Id: I4db24db621ab746f5e5efcbaf87b8856cf234e3e
Diffstat (limited to 'core/java/android/bluetooth')
-rw-r--r-- | core/java/android/bluetooth/IBluetoothGatt.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/IBluetoothGatt.aidl b/core/java/android/bluetooth/IBluetoothGatt.aidl index 6e9f871..3dd7094 100644 --- a/core/java/android/bluetooth/IBluetoothGatt.aidl +++ b/core/java/android/bluetooth/IBluetoothGatt.aidl @@ -31,7 +31,7 @@ interface IBluetoothGatt { void startScan(in int appIf, in boolean isServer); void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids); - void startScanWithUuidsAndScanWindowInterval(in int appIf, in boolean isServer, + void startScanWithUuidsScanParam(in int appIf, in boolean isServer, in ParcelUuid[] ids, int scanWindow, int scanInterval); void stopScan(in int appIf, in boolean isServer); |