Index: source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
===================================================================
--- source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 5870)
+++ source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 5953)
@@ -258,5 +258,5 @@
 	//
 
-	if(!haveConnections()){
+	//if(!haveConnections()){
 
 		/*
@@ -304,9 +304,9 @@
 		close(sock);
 
-	} else {
-		logging_debug("have active rfcomm connectinos, not searching");
-	}
-
-	int nextscan = (rand() % 30) + 5;
+	//} else {
+		//logging_debug("have active rfcomm connections, not searching");
+	//}
+
+	int nextscan = (rand() % 5) + 3;
 	logging_debug("next sdp scan try in " << nextscan << " seconds");
 
