diff -r b183ec05bd8c -r 19bba8228ff0 syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp --- a/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp Tue Aug 31 16:04:06 2010 +0300 +++ b/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp Wed Sep 01 12:27:42 2010 +0100 @@ -38,9 +38,8 @@ { if( iIsDeviceSelectorConnected ) { -/* iDeviceSelector.CancelNotifier( KDeviceSelectionNotifierUid ); + iDeviceSelector.CancelNotifier( KDeviceSelectionNotifierUid ); iDeviceSelector.Close(); - */ } Finished(); delete iSdpSearchPattern; @@ -56,10 +55,8 @@ { if( !iIsDeviceSelectorConnected ) { - /* User::LeaveIfError( iDeviceSelector.Connect() ); iIsDeviceSelectorConnected = ETrue; -*/ } // Request a device selection @@ -72,11 +69,11 @@ pckg().SetUUID( iBTConnInfo.iServiceClass ); -// iDeviceSelector.StartNotifierAndGetResponse( -// aObserverRequestStatus, -// KDeviceSelectionNotifierUid, -// /*selectionFilter*/pckg, -// iResponse); + iDeviceSelector.StartNotifierAndGetResponse( + aObserverRequestStatus, + KDeviceSelectionNotifierUid, + /*selectionFilter*/pckg, + iResponse); }