diff -r 0b2439c3e397 -r 4545c04e61e1 bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp --- a/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp Tue Jul 06 14:27:09 2010 +0300 +++ b/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp Wed Aug 18 09:59:05 2010 +0300 @@ -80,7 +80,7 @@ TRACE_INFO((_L("CBTRCCActive created"))) iCtrlRTimer.CreateLocal(); TRACE_INFO((_L("RTimer created"))) - iLocalMaxVolume = GetLocalMaxVolume(); + iLocalMaxVolume = GetLocalMaxVolumeL(); } // -----------------------------------------------------------------------------