telutils/keysequencerecognitionservice/src/manufacturerkeysequencehandler.cpp
changeset 32 1f002146abb4
parent 27 7eb70891911c
--- a/telutils/keysequencerecognitionservice/src/manufacturerkeysequencehandler.cpp	Wed Jun 23 18:49:32 2010 +0300
+++ b/telutils/keysequencerecognitionservice/src/manufacturerkeysequencehandler.cpp	Tue Jul 06 14:53:02 2010 +0300
@@ -39,8 +39,7 @@
         QRegExp::escape(KCodeActivateRfsNormal)  + "|" +
         QRegExp::escape(KCodeActivateRfsDeep) + "|" +
         QRegExp::escape(KCodeBtAddress) + "|" +
-        QRegExp::escape(KCodeRFLoopback) + "|" +
-        QRegExp::escape(KCodeBtDebugMode));
+        QRegExp::escape(KCodeRFLoopback));
     
     m_codeToInterfaceMappings[KCodeSwVersion] = InterfaceDescription(
         "com.nokia.services", "devicemanager", "showVersionNumber()");
@@ -54,8 +53,6 @@
         "com.nokia.services", "bluetooth", "showBluetoothDeviceAddress()");
     m_codeToInterfaceMappings[KCodeRFLoopback] = InterfaceDescription(
         "com.nokia.services", "bluetooth", "showBluetoothLoopback()");
-    m_codeToInterfaceMappings[KCodeBtDebugMode] = InterfaceDescription(
-        "com.nokia.services", "bluetooth", "activateBluetoothDebugMode()");
 }