diff -r eede1356aa52 -r 0ba996a9b75d bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp --- a/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp Thu Jul 15 18:50:18 2010 +0300 +++ b/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp Thu Aug 19 10:05:41 2010 +0300 @@ -80,7 +80,7 @@ TRACE_INFO((_L("CBTRCCActive created"))) iCtrlRTimer.CreateLocal(); TRACE_INFO((_L("RTimer created"))) - iLocalMaxVolume = GetLocalMaxVolume(); + iLocalMaxVolume = GetLocalMaxVolumeL(); } // -----------------------------------------------------------------------------