diff -r 6c10323ce807 -r 7e2761e776bd bluetoothengine/bteng/inc/btengclient.h --- a/bluetoothengine/bteng/inc/btengclient.h Wed Apr 28 08:52:24 2010 +0300 +++ b/bluetoothengine/bteng/inc/btengclient.h Sun May 02 21:30:11 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(); - };