phoneapp/phoneuiutils/inc/phoneconstants.h
branchRCL_3
changeset 58 40a3f856b14d
parent 14 24062c24fe38
child 61 41a7f70b3818
--- a/phoneapp/phoneuiutils/inc/phoneconstants.h	Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/phoneconstants.h	Thu Aug 19 09:54:27 2010 +0300
@@ -161,14 +161,18 @@
 
 // Used in CPhoneKeys
 // The character to be used as the 'wait' character, by DTMF code.
-const TUint KPhoneDtmfWaitCharacter  = 'w';
+const TUint KPhoneDtmfWaitCharacter = 'w';
+const TUint KPhoneDtmfWaitCharacterUpper = 'W';
 
 // The character to be used as the 'soft pause' character, by DTMF code.
 const TUint KPhoneDtmfPauseCharacter = 'p';
+const TUint KPhoneDtmfPauseCharacterUpper = 'P';
 
 // The character to be used as the 'speed-dial' character, by DTMF code.
 const TUint KPhoneDtmfSpeedDialCharacter = '+';
 
+const TUint KPhoneDtmfPlusCharacter = 135;  // Bluetooth SU-8W '+'
+
 // The length of the speed dial prefix, used to prevent buffer overflow
 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;