--- a/bluetoothengine/btnotif/btnotifclient/src/btnotifclient.cpp Wed May 05 09:56:48 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifclient/src/btnotifclient.cpp Mon May 17 11:06:23 2010 +0300
@@ -153,8 +153,8 @@
EXPORT_C void RBTNotifier::PairDevice( const TBTDevAddrPckgBuf& aDevice,
TInt32 aDeviceClass, TRequestStatus& aStatus )
{
- SendReceive( EBTEngPairDevice,
- TIpcArgs( (TInt) EBTEngPairDevice, &aDevice, aDeviceClass ), aStatus );
+ SendReceive( EBTNotifPairDevice,
+ TIpcArgs( (TInt) EBTNotifPairDevice, &aDevice, aDeviceClass ), aStatus );
}
// ---------------------------------------------------------------------------
@@ -163,5 +163,5 @@
//
EXPORT_C void RBTNotifier::CancelPairDevice()
{
- (void) SendReceive( EBTEngCancelPairDevice );
+ (void) SendReceive( EBTNotifCancelPairDevice );
}