syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
--- a/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp	Thu Aug 19 10:44:50 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/NSmlBTServiceSearcher.cpp	Tue Aug 31 16:04:06 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);
 
 
     }