Snap for 5582435 from 87ac59c9b2d02d4d3c8a689321a93a121505e62b to qt-qpr1-release

Change-Id: I669084e5bb72807932719efaa9147f5eddd6b295
diff --git a/sl4n/facades/bluetooth/bt_binder_facade.cpp b/sl4n/facades/bluetooth/bt_binder_facade.cpp
index 3b3beae..b764ef4 100644
--- a/sl4n/facades/bluetooth/bt_binder_facade.cpp
+++ b/sl4n/facades/bluetooth/bt_binder_facade.cpp
@@ -70,7 +70,7 @@
     return std::make_tuple(false, sl4n_error_codes::kFailInt);
   }
   bool ret;
-  bt_iface->Enable(false, &ret);
+  bt_iface->Enable(&ret);
   if (!ret) {
     LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service";
     return std::make_tuple(false, sl4n_error_codes::kPassInt);