diff --git a/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp b/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp index e706ea40..d7719bce 100644 --- a/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp +++ b/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp @@ -62,6 +62,7 @@ BluetoothDiscovery::BluetoothDiscovery(QObject *parent) : // https://bugreports.qt.io/browse/QTBUG-65547 setBluetoothAvailable(true); + setBluetoothEnabled(true); m_discoveryAgent = new QBluetoothDeviceDiscoveryAgent(this); #endif