diff -r df7a93ede42e -r a0ea99b6fa53 bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h --- a/bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h Wed May 05 09:56:48 2010 +0300 +++ b/bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h Mon May 17 11:06:23 2010 +0300 @@ -87,7 +87,7 @@ void AdjustRemoteVolume(TInt aVolume); - TInt GetPhoneVolume(TInt &aVol); + TInt RoundRemoteVolume(TInt aPrevPhVol); public: // New methods @@ -121,6 +121,8 @@ TUint iNumRemotes; // not used, but needed for the remote controlling API. TInt iRetryCounter; + + TInt iStep; }; #endif // BTRCCABSOLUTEVOLUMELEVELCONTROLLER_H