phoneapp/phoneuiutils/inc/phoneconstants.h
branchRCL_3
changeset 58 40a3f856b14d
parent 14 24062c24fe38
child 61 41a7f70b3818
equal deleted inserted replaced
57:94dc1107e8b2 58:40a3f856b14d
   159 const TInt KClockWindowIdle = 2;
   159 const TInt KClockWindowIdle = 2;
   160 
   160 
   161 
   161 
   162 // Used in CPhoneKeys
   162 // Used in CPhoneKeys
   163 // The character to be used as the 'wait' character, by DTMF code.
   163 // The character to be used as the 'wait' character, by DTMF code.
   164 const TUint KPhoneDtmfWaitCharacter  = 'w';
   164 const TUint KPhoneDtmfWaitCharacter = 'w';
       
   165 const TUint KPhoneDtmfWaitCharacterUpper = 'W';
   165 
   166 
   166 // The character to be used as the 'soft pause' character, by DTMF code.
   167 // The character to be used as the 'soft pause' character, by DTMF code.
   167 const TUint KPhoneDtmfPauseCharacter = 'p';
   168 const TUint KPhoneDtmfPauseCharacter = 'p';
       
   169 const TUint KPhoneDtmfPauseCharacterUpper = 'P';
   168 
   170 
   169 // The character to be used as the 'speed-dial' character, by DTMF code.
   171 // The character to be used as the 'speed-dial' character, by DTMF code.
   170 const TUint KPhoneDtmfSpeedDialCharacter = '+';
   172 const TUint KPhoneDtmfSpeedDialCharacter = '+';
       
   173 
       
   174 const TUint KPhoneDtmfPlusCharacter = 135;  // Bluetooth SU-8W '+'
   171 
   175 
   172 // The length of the speed dial prefix, used to prevent buffer overflow
   176 // The length of the speed dial prefix, used to prevent buffer overflow
   173 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;
   177 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;
   174 
   178 
   175 // Following, are the standard DTMF characters...
   179 // Following, are the standard DTMF characters...