diff -r 2f88a7d66f50 -r 53b7818cd282 btservices_plat/bluetooth_local_variation_api/inc/btengdomaincrkeys.h --- a/btservices_plat/bluetooth_local_variation_api/inc/btengdomaincrkeys.h Tue May 11 16:23:08 2010 +0300 +++ b/btservices_plat/bluetooth_local_variation_api/inc/btengdomaincrkeys.h Tue May 25 12:53:11 2010 +0300 @@ -137,7 +137,7 @@ * Indicates if supports remote volume control over AVRCP Controller. * * Possible integer values: - * 0 supported + * 0 not supported * 1 supported * * Default value: 1 @@ -151,14 +151,29 @@ EBTAvrcpVolCTSupported }; +/** + * CenRep key for storing Bluetooth feature settings. + * Indicates if supports legacy remote volume control over AVRCP Controller. + * + * Possible integer values: + * 0 not supported + * 1 supported + * + * Default value: 0 + */ +const TUint32 KBTAvrcpLegacyVolCTLV = 0x00000008; + +/** Enumeration for remote volume control AVRCP Controller support */ +enum TBTAvrcpLegacyVolCTSupported + { + EBTAvrcpLegacyVolCTNotSupported = 0, + EBTAvrcpLegacyVolCTSupported + }; /** * CenRep key for default folder for file receiving. * Indicates where receving files will be saved. - * Possible integer values: - * 0 supported - * 1 supported * * Default value: Received files\\ */