phoneapp/phoneuiutils/inc/phoneconstants.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   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';
       
   166 
   165 
   167 // The character to be used as the 'soft pause' character, by DTMF code.
   166 // The character to be used as the 'soft pause' character, by DTMF code.
   168 const TUint KPhoneDtmfPauseCharacter = 'p';
   167 const TUint KPhoneDtmfPauseCharacter = 'p';
   169 const TUint KPhoneDtmfPauseCharacterUpper = 'P';
       
   170 
   168 
   171 // The character to be used as the 'speed-dial' character, by DTMF code.
   169 // The character to be used as the 'speed-dial' character, by DTMF code.
   172 const TUint KPhoneDtmfSpeedDialCharacter = '+';
   170 const TUint KPhoneDtmfSpeedDialCharacter = '+';
   173 
       
   174 const TUint KPhoneDtmfPlusCharacter = 135;  // Bluetooth SU-8W '+'
       
   175 
   171 
   176 // The length of the speed dial prefix, used to prevent buffer overflow
   172 // The length of the speed dial prefix, used to prevent buffer overflow
   177 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;
   173 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;
   178 
   174 
   179 // Following, are the standard DTMF characters...
   175 // Following, are the standard DTMF characters...