btservices_plat/bluetooth_local_variation_api/inc/btengdomaincrkeys.h
branchRCL_3
changeset 21 53b7818cd282
parent 0 f63038272f30
equal deleted inserted replaced
20:2f88a7d66f50 21:53b7818cd282
   135 /**
   135 /**
   136  * CenRep key for storing Bluetooth feature settings.
   136  * CenRep key for storing Bluetooth feature settings.
   137  * Indicates if supports remote volume control over AVRCP Controller.
   137  * Indicates if supports remote volume control over AVRCP Controller.
   138  *
   138  *
   139  * Possible integer values:
   139  * Possible integer values:
   140  * 0  supported
   140  * 0  not supported
   141  * 1  supported
   141  * 1  supported
   142  *
   142  *
   143  * Default value: 1
   143  * Default value: 1
   144  */
   144  */
   145 const TUint32 KBTAvrcpVolCTLV = 0x00000007;
   145 const TUint32 KBTAvrcpVolCTLV = 0x00000007;
   149     {
   149     {
   150     EBTAvrcpVolCTNotSupported = 0,
   150     EBTAvrcpVolCTNotSupported = 0,
   151     EBTAvrcpVolCTSupported
   151     EBTAvrcpVolCTSupported
   152     };
   152     };
   153     
   153     
       
   154 /**
       
   155  * CenRep key for storing Bluetooth feature settings.
       
   156  * Indicates if supports legacy remote volume control over AVRCP Controller.
       
   157  *
       
   158  * Possible integer values:
       
   159  * 0  not supported
       
   160  * 1  supported
       
   161  *
       
   162  * Default value: 0
       
   163  */
       
   164 const TUint32 KBTAvrcpLegacyVolCTLV = 0x00000008;
       
   165 
       
   166 /**  Enumeration for remote volume control AVRCP Controller support */
       
   167 enum TBTAvrcpLegacyVolCTSupported
       
   168     {
       
   169     EBTAvrcpLegacyVolCTNotSupported = 0,
       
   170     EBTAvrcpLegacyVolCTSupported
       
   171     };
   154     
   172     
   155 /**
   173 /**
   156  * CenRep key for default folder for file receiving.
   174  * CenRep key for default folder for file receiving.
   157  * Indicates where receving files will be saved.
   175  * Indicates where receving files will be saved.
   158  
   176  
   159  * Possible integer values:
       
   160  * 0  supported
       
   161  * 1  supported
       
   162  *
   177  *
   163  * Default value: Received files\\
   178  * Default value: Received files\\
   164  */
   179  */
   165 const TUint32 KLCReceiveFolder = 0x0000000A;
   180 const TUint32 KLCReceiveFolder = 0x0000000A;
   166 
   181