Index: source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
===================================================================
--- source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 5316)
+++ source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 5344)
@@ -320,5 +320,5 @@
 	// connect to the SDP server running on the remote machine
 	logging_debug("querying services from bt device " << ba2string(&target));
-	session = sdp_connect(BDADDR_ANY, &target, 0);
+	session = sdp_connect(BDADDR_ANY, &target, SDP_RETRY_IF_BUSY);
 
 	if (session == NULL) {
