diff -r bf47f3b79154 -r 2c8580950a26 syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp --- a/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp Mon May 03 13:19:46 2010 +0300 +++ b/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp Fri May 14 16:42:50 2010 +0300 @@ -38,8 +38,9 @@ { if( iIsDeviceSelectorConnected ) { - iDeviceSelector.CancelNotifier( KDeviceSelectionNotifierUid ); +/* iDeviceSelector.CancelNotifier( KDeviceSelectionNotifierUid ); iDeviceSelector.Close(); + */ } Finished(); delete iSdpSearchPattern; @@ -55,8 +56,10 @@ { if( !iIsDeviceSelectorConnected ) { + /* User::LeaveIfError( iDeviceSelector.Connect() ); iIsDeviceSelectorConnected = ETrue; +*/ } // Request a device selection @@ -69,11 +72,11 @@ pckg().SetUUID( iBTConnInfo.iServiceClass ); - iDeviceSelector.StartNotifierAndGetResponse( - aObserverRequestStatus, - KDeviceSelectionNotifierUid, - /*selectionFilter*/pckg, - iResponse); +// iDeviceSelector.StartNotifierAndGetResponse( +// aObserverRequestStatus, +// KDeviceSelectionNotifierUid, +// /*selectionFilter*/pckg, +// iResponse); }