Index: source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
===================================================================
--- source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 7043)
+++ source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp	(revision 7532)
@@ -72,6 +72,6 @@
 OverlayBootstrap* BluetoothSdp::CONNECTION_CHECKER = NULL;
 
-BluetoothSdp::BluetoothSdp(BootstrapInformationCallback* _callback) :
-	BootstrapModule(_callback), scan_timer_(io_service_) {
+BluetoothSdp::BluetoothSdp(BootstrapInformationCallback* _callback, string info)
+	: BootstrapModule(_callback), scan_timer_(io_service_) {
 	srand( time(NULL) );
 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H
@@ -80,5 +80,4 @@
 	// of the info strings (as an attribute)
 	channel_ = 1;
-
 #endif // HAVE_BLUETOOTH_BLUETOOTH_H
 }
Index: source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h
===================================================================
--- source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h	(revision 7043)
+++ source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h	(revision 7532)
@@ -80,5 +80,5 @@
 	static OverlayBootstrap* CONNECTION_CHECKER;
 
-	BluetoothSdp(BootstrapInformationCallback* _callback);
+	BluetoothSdp(BootstrapInformationCallback* _callback, string info);
 	virtual ~BluetoothSdp();
 
