Loading framework/java/android/bluetooth/IBluetoothGatt.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
framework/java/android/bluetooth/IBluetoothGatt.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading