commit c76d6e50ba6466403457371ab8416b0600af4a77 Author: Àlex Fiestas Date: Sun Mar 9 04:04:11 2014 +0100 Do not set the Adapter back to powered This seems to be some code back from the port, an attemp to save the state. Imho the library should not do that but rather an external entity such the bluedevil daemon. BUG:329411 diff --git a/bluedevil/bluedeviladapter.cpp b/bluedevil/bluedeviladapter.cpp index efaff77..668934a 100644 --- a/bluedevil/bluedeviladapter.cpp +++ b/bluedevil/bluedeviladapter.cpp @@ -127,8 +127,6 @@ Adapter::Adapter(const QString &adapterPath, QObject *parent) connect(d->m_dbusPropertiesInterface, SIGNAL(PropertiesChanged(QString,QVariantMap,QStringList)), this, SLOT(_k_propertyChanged(QString,QVariantMap,QStringList))); - - setPowered(true); // TODO: remember powered setting. } Adapter::~Adapter()