--- 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