syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp
changeset 40 588ad05716be
parent 0 b497e44ab2fc
child 62 19bba8228ff0
--- a/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp	Mon May 03 13:19:46 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp	Sat May 01 10:33:10 2010 +0530
@@ -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);
 
 
     }