From 63da5bf55e475d61d2005b467404f3b4babeec76 Mon Sep 17 00:00:00 2001 From: Prerepa Viswanadham Date: Tue, 13 May 2014 10:16:44 -0700 Subject: Improve name of api. Change-Id: I4db24db621ab746f5e5efcbaf87b8856cf234e3e --- core/java/android/bluetooth/IBluetoothGatt.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/bluetooth') 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); -- cgit v1.1