Improve name of api.

Change-Id: I4db24db621ab746f5e5efcbaf87b8856cf234e3e
This commit is contained in:
Prerepa Viswanadham
2014-05-13 10:16:44 -07:00
parent 01c92da4c9
commit 63da5bf55e

View File

@@ -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);