--- a/bluetoothengine/bteng/inc/btengprivatecrkeys.h Mon Mar 15 12:41:15 2010 +0200
+++ b/bluetoothengine/bteng/inc/btengprivatecrkeys.h Wed Mar 31 21:51: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