Improve name of api.
Change-Id: I4db24db621ab746f5e5efcbaf87b8856cf234e3e
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user