bluetoothengine/bteng/inc/btengprivatecrkeys.h
changeset 25 9c3798b88e30
parent 0 f63038272f30
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
    77  *
    77  *
    78  * Default value: 0
    78  * Default value: 0
    79  */
    79  */
    80 const TUint32 KBTSapEnabled	= 0x00000003;
    80 const TUint32 KBTSapEnabled	= 0x00000003;
    81 
    81 
    82 const TUint32 KBtHidKeyboardLayout = 0x00000004;
       
    83 
       
    84 /**  Enumeration for Bluetooth SAP setting */
    82 /**  Enumeration for Bluetooth SAP setting */
    85 enum TBTSapMode
    83 enum TBTSapMode
    86     {
    84     {
    87     EBTSapDisabled = 0,
    85     EBTSapDisabled = 0,
    88     EBTSapEnabled
    86     EBTSapEnabled
    89     };
    87     };
    90 
    88 
       
    89 const TUint32 KBtHidKeyboardLayout = 0x00000004;
       
    90 
       
    91 const TUint32 KBluetoothEnterpriseState = 0x00000005;
       
    92 
       
    93 enum TBluetoothEnterpriseState
       
    94 	{
       
    95 	EBluetoothEnterpriseDisabled = 0,
       
    96 	EBluetoothEnterpriseDataProfilesDisabled = 1,
       
    97 	EBluetoothEnterpriseEnabled = 2,
       
    98 	};
       
    99 
    91 
   100 
    92 #endif // BTENG_PRIVATE_CR_KEYS_H
   101 #endif // BTENG_PRIVATE_CR_KEYS_H