telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h
changeset 32 1f002146abb4
parent 31 a2467631ae02
child 51 12bc758d6a02
equal deleted inserted replaced
31:a2467631ae02 32:1f002146abb4
    28 const QString KCodeActivateRfsDeep("*#7370#");
    28 const QString KCodeActivateRfsDeep("*#7370#");
    29 /*! code for showing bluetooth device address */
    29 /*! code for showing bluetooth device address */
    30 const QString KCodeBtAddress("*#2820#");
    30 const QString KCodeBtAddress("*#2820#");
    31 /*! code for enabling bluetooth test mode */
    31 /*! code for enabling bluetooth test mode */
    32 const QString KCodeRFLoopback("*#9990#");
    32 const QString KCodeRFLoopback("*#9990#");
    33 const QString KCodeBtDebugMode("*#2873#");
       
    34 /*! code for showing serial number */
    33 /*! code for showing serial number */
    35 const QString KCodeImei("*#06#");
    34 const QString KCodeImei("*#06#");
    36 /*! code for showing life timer data */
    35 /*! code for showing life timer data */
    37 const QString KCodeLifeTimer("*#92702689#");
    36 const QString KCodeLifeTimer("*#92702689#");
    38 /*! code for changing pin code 1 */
    37 /*! code for changing pin code 1 */
    39 const QString KCodeChangePin1("\\*\\*04\\*.*");
    38 const QString KCodeChangePin1("\\*\\*04\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}\\#");
    40 /*! code for changing pin code 2 */
    39 /*! code for changing pin code 2 */
    41 const QString KCodeChangePin2("\\*\\*042.*");
    40 const QString KCodeChangePin2("\\*\\*042\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}#");
    42 /*! code for unblocking pin code 1 */
    41 /*! code for unblocking pin code 1 */
    43 const QString KCodeUnblockPin1("\\*\\*05\\*.*");
    42 const QString KCodeUnblockPin1("\\*\\*05\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
    44 /*! code for unblocking pin code 2 */
    43 /*! code for unblocking pin code 2 */
    45 const QString KCodeUnblockPin2("\\*\\*052.*");
    44 const QString KCodeUnblockPin2("\\*\\*052\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
    46 
    45 
    47 
    46 
    48 #endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H
    47 #endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H