diff -r f05641c183ff -r 43824b19ee35 bluetoothengine/bteng/src/btengclient.cpp --- 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); - }