diff -r 2f88a7d66f50 -r 53b7818cd282 bluetoothengine/btaudioman/inc/basrvaccman.h --- a/bluetoothengine/btaudioman/inc/basrvaccman.h Tue May 11 16:23:08 2010 +0300 +++ b/bluetoothengine/btaudioman/inc/basrvaccman.h Tue May 25 12:53:11 2010 +0300 @@ -16,7 +16,7 @@ * Name : basrvaccman.h * Part of : BTEng / Bluetooth Accessory Server * Description : -* Version : %version: 3.1.4.1.2.2.13 % +* Version : %version: 3.1.4.1.2.2.14 % * */ @@ -101,6 +101,7 @@ TBTEngConnectionStatus ConnectionStatus4Client(const TBTDevAddr& aAddr) const; TBool IsAvrcpVolCTSupported(); + TBool IsAvrcpLegacyVolCTSupported(); TBool IsAbsoluteVolumeSupported(const TBTDevAddr& aAddr); TBool DisconnectIfAudioOpenFails(); @@ -223,6 +224,7 @@ CBasrvActive* iAsyncHandlingActive; TBool iAvrcpVolCTSupported; + TBool iAvrcpLegacyVolCTSupported; TBool iDisconnectIfAudioOpenFails; };