bluetoothengine/bteng/inc/btengprivatecrkeys.h
changeset 25 9c3798b88e30
parent 0 f63038272f30
--- a/bluetoothengine/bteng/inc/btengprivatecrkeys.h	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/bteng/inc/btengprivatecrkeys.h	Sat Apr 24 00:12:05 2010 +0300
@@ -79,8 +79,6 @@
  */
 const TUint32 KBTSapEnabled	= 0x00000003;
 
-const TUint32 KBtHidKeyboardLayout = 0x00000004;
-
 /**  Enumeration for Bluetooth SAP setting */
 enum TBTSapMode
     {
@@ -88,5 +86,16 @@
     EBTSapEnabled
     };
 
+const TUint32 KBtHidKeyboardLayout = 0x00000004;
+
+const TUint32 KBluetoothEnterpriseState = 0x00000005;
+
+enum TBluetoothEnterpriseState
+	{
+	EBluetoothEnterpriseDisabled = 0,
+	EBluetoothEnterpriseDataProfilesDisabled = 1,
+	EBluetoothEnterpriseEnabled = 2,
+	};
+
 
 #endif // BTENG_PRIVATE_CR_KEYS_H