--- a/bluetoothengine/bteng/inc/btengprivatepskeys.h Mon Jan 18 20:28:57 2010 +0200
+++ b/bluetoothengine/bteng/inc/btengprivatepskeys.h Tue Jan 26 12:06:42 2010 +0200
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -28,12 +28,12 @@
/**
- * Publish and Subscribe key for passing serialized BT AT Codec
- * between HFP RemCon Bearer and Command Handler.
+ * Publish and Subscribe key for passing BT HFP AT commands
+ * from btmonocmdhandler to HFP RemCon Bearer.
*
* Default value (in binary format): ""
*/
-const TUint KBTATCodec = 0x01;
+const TUint KBTHfpATCommand = 0x01;
/**
@@ -157,4 +157,12 @@
*/
const TUint KBTNotifierLocks = 0x08;
+/**
+ * Publish and Subscribe key for the responses of BT HFP AT commands
+ * from HFP RemCon Bearer to btmonocmdhandler.
+ *
+ * Default value (in binary format): ""
+ */
+const TUint KBTHfpATResponse = 0x09;
+
#endif // BTENG_PRIVATE_PS_KEYS_H