bluetoothengine/bteng/inc/btengclient.h
branchRCL_3
changeset 22 613943a21004
parent 0 f63038272f30
child 23 9386f31cc85b
--- a/bluetoothengine/bteng/inc/btengclient.h	Thu Aug 19 10:05:41 2010 +0300
+++ b/bluetoothengine/bteng/inc/btengclient.h	Tue Aug 31 15:25:10 2010 +0300
@@ -158,17 +158,6 @@
      * @return ?description
      */
     TInt CancelNotifyConnectionEvents();
-    
-    /**
-     * Set a pairing observer in BTEngine.
-     *
-     * @since S60 v3.2
-     * @param aAddr The address of the remote device that is being paired.
-     * @param aActivate If ETrue, the observer will be activated, otherwise
-     *                  the observer will be removed.
-     * @return KErrNone on success, otherwise a system-wide error code.
-     */
-    TInt SetPairingObserver( const TBTDevAddr& aAddr, TBool aActivate );
 
     /**
      * ?description
@@ -178,21 +167,6 @@
      */
     TInt PrepareDiscovery();
     
-    /**
-     * Pair a device.
-     * @param aAddr The address of the remote device to be paired.
-     * @param aDeviceClass the CoD of the device to be paired.
-     * @param aStatus contains the pair result at request completion.
-     */
-    void PairDevice( const TBTDevAddrPckgBuf& aAddr, 
-                     const TUint32& aDeviceClass, 
-                     TRequestStatus& aStatus  );
-    
-    /**
-     * Cancels an outstanding pair request
-     */
-    void CancelPairDevice();
-    
     };