diff -r 2f88a7d66f50 -r 53b7818cd282 bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h --- a/bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h Tue May 11 16:23:08 2010 +0300 +++ b/bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h Tue May 25 12:53:11 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