btservices_plat/bt_xqservice_api/inc/btxqserviceapi.h
changeset 70 f5508c13dfe0
parent 65 001a94c71129
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
    70  The operation used for activating the Bluetooth device test mode (DUT mode) 
    70  The operation used for activating the Bluetooth device test mode (DUT mode) 
    71  */
    71  */
    72 static const QString BluetoothActivateDutMode("activateDeviceTestMode()");
    72 static const QString BluetoothActivateDutMode("activateDeviceTestMode()");
    73 
    73 
    74 /*!
    74 /*!
    75  The operation used for activating the Bluetooth device test mode (DUT mode) 
       
    76  
       
    77  This API is deprecated and should be removed when the client has migrated to new API.
       
    78  */
       
    79 static const QString ActivateDutMode("activateDeviceTestMode()");
       
    80 
       
    81 /*!
       
    82  The full service name of activating Bluetooth device test mode (DUT mode)
    75  The full service name of activating Bluetooth device test mode (DUT mode)
    83  */
    76  */
    84 static const QString BluetoothServiceActivateDutMode = 
    77 static const QString BluetoothServiceActivateDutMode = 
    85         BluetoothServiceName + "." + BluetoothInterfaceActivateDutMode;
    78         BluetoothServiceName + "." + BluetoothInterfaceActivateDutMode;
    86 
    79 
    93  The operation used for toggling the Bluetooth SSP debug mode 
    86  The operation used for toggling the Bluetooth SSP debug mode 
    94  */
    87  */
    95 static const QString BluetoothToggleSspDebugMode("toggleSspDebugMode()");
    88 static const QString BluetoothToggleSspDebugMode("toggleSspDebugMode()");
    96 
    89 
    97 /*!
    90 /*!
    98  The operation used for toggling the Bluetooth SSP debug mode.
       
    99   
       
   100  This API is deprecated and should be removed when the client has migrated to new API.
       
   101  */
       
   102 static const QString ToggleSspDebugMode("toggleSspDebugMode()");
       
   103 
       
   104 /*!
       
   105  The full service name of toggling Bluetooth SSP debug mode
    91  The full service name of toggling Bluetooth SSP debug mode
   106  */
    92  */
   107 static const QString BluetoothServiceToggleSspDebugMode = 
    93 static const QString BluetoothServiceToggleSspDebugMode = 
   108         BluetoothServiceName + "." + BluetoothInterfaceToggleSspDebugMode;
    94         BluetoothServiceName + "." + BluetoothInterfaceToggleSspDebugMode;
   109 
    95