bluetoothengine/bteng/src/btengclient.cpp
changeset 19 43824b19ee35
parent 0 f63038272f30
child 56 9386f31cc85b
--- a/bluetoothengine/bteng/src/btengclient.cpp	Mon May 03 12:40:50 2010 +0300
+++ b/bluetoothengine/bteng/src/btengclient.cpp	Fri May 14 16:01:46 2010 +0300
@@ -255,17 +255,6 @@
 
 
 // ---------------------------------------------------------------------------
-// Set a pairing observer in BTEngine.
-// ---------------------------------------------------------------------------
-//
-TInt RBTEng::SetPairingObserver( const TBTDevAddr& aAddr, TBool aActivate )
-    {
-    TBTDevAddrPckgBuf addrPkg( aAddr );
-    return SendReceive( EBTEngSetPairingObserver, TIpcArgs( &addrPkg, aActivate ) );
-    }
-
-
-// ---------------------------------------------------------------------------
 // ?implementation_description
 // ---------------------------------------------------------------------------
 //
@@ -273,22 +262,3 @@
     {
     return SendReceive( EBTEngPrepareDiscovery, TIpcArgs() );
     }
-
-// ---------------------------------------------------------------------------
-// Start to pair a device in BTEngine.
-// ---------------------------------------------------------------------------
-//
-void RBTEng::PairDevice( const TBTDevAddrPckgBuf& aAddr, 
-        const TUint32& aDeviceClass, TRequestStatus& aStatus  )
-    {
-    SendReceive( EBTEngPairDevice, TIpcArgs( &aAddr, aDeviceClass ), aStatus );    
-    }
-
-// ---------------------------------------------------------------------------
-// cancel pairing request
-// ---------------------------------------------------------------------------
-//
-void RBTEng::CancelPairDevice( )
-    {
-    (void) SendReceive( EBTEngCancelPairDevice);        
-    }