diff options
Diffstat (limited to 'core/qt-ble.cpp')
-rw-r--r-- | core/qt-ble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 357758580..04a9180b2 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -642,7 +642,7 @@ dc_status_t qt_ble_open(void **io, dc_context_t *, const char *devaddr, device_d QLowEnergyDescriptor d = l.first(); for (const QLowEnergyDescriptor &tmp: l) { - if (tmp.type() == QBluetoothUuid::ClientCharacteristicConfiguration) { + if (tmp.type() == QBluetoothUuid::DescriptorType::ClientCharacteristicConfiguration) { d = tmp; break; } |