telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h
changeset 51 12bc758d6a02
parent 32 1f002146abb4
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
    20 
    20 
    21 #include <QString>
    21 #include <QString>
    22 
    22 
    23 /*! code for showing software version number */
    23 /*! code for showing software version number */
    24 const QString KCodeSwVersion("*#0000#");
    24 const QString KCodeSwVersion("*#0000#");
       
    25 
    25 /*! code for launching reset ui */
    26 /*! code for launching reset ui */
    26 const QString KCodeActivateRfsNormal("*#7780#");
    27 const QString KCodeActivateRfsNormal("*#7780#");
       
    28 
    27 /*! code for launching reset ui */
    29 /*! code for launching reset ui */
    28 const QString KCodeActivateRfsDeep("*#7370#");
    30 const QString KCodeActivateRfsDeep("*#7370#");
       
    31 
    29 /*! code for showing bluetooth device address */
    32 /*! code for showing bluetooth device address */
    30 const QString KCodeBtAddress("*#2820#");
    33 const QString KCodeBtAddress("*#2820#");
       
    34 
    31 /*! code for enabling bluetooth test mode */
    35 /*! code for enabling bluetooth test mode */
    32 const QString KCodeRFLoopback("*#9990#");
    36 const QString KCodeRFLoopback("*#9990#");
       
    37 
    33 /*! code for showing serial number */
    38 /*! code for showing serial number */
    34 const QString KCodeImei("*#06#");
    39 const QString KCodeImei("*#06#");
       
    40 
    35 /*! code for showing life timer data */
    41 /*! code for showing life timer data */
    36 const QString KCodeLifeTimer("*#92702689#");
    42 const QString KCodeLifeTimer("*#92702689#");
       
    43 
    37 /*! code for changing pin code 1 */
    44 /*! code for changing pin code 1 */
    38 const QString KCodeChangePin1("\\*\\*04\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}\\#");
    45 const QString KCodeChangePin1("\\*\\*04\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}\\#");
       
    46 
    39 /*! code for changing pin code 2 */
    47 /*! code for changing pin code 2 */
    40 const QString KCodeChangePin2("\\*\\*042\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}#");
    48 const QString KCodeChangePin2("\\*\\*042\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}#");
       
    49 
    41 /*! code for unblocking pin code 1 */
    50 /*! code for unblocking pin code 1 */
    42 const QString KCodeUnblockPin1("\\*\\*05\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
    51 const QString KCodeUnblockPin1("\\*\\*05\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
       
    52 
    43 /*! code for unblocking pin code 2 */
    53 /*! code for unblocking pin code 2 */
    44 const QString KCodeUnblockPin2("\\*\\*052\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
    54 const QString KCodeUnblockPin2("\\*\\*052\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
    45 
    55 
       
    56 /* code for showing the local bluetooth device address in a dialog */
       
    57 const QString KShowBTAddress("*#2820#");
       
    58 
       
    59 /* code for activating the bluetooth device test mode (DUT mode) */
       
    60 const QString KActivateBTTestMode("*#9990#");
       
    61 
       
    62 /* code for toggling the bluetooth SSP debug mode */
       
    63 const QString KToggleBTSSPDebugMode("*#2873#");
    46 
    64 
    47 #endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H
    65 #endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H