From 3d4e07780f2ee7521f53888b2e9f64ca7a4d2af0 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Tue, 21 May 2024 14:18:23 +0200 Subject: [PATCH] Update bluetooth.cpp --- src/devices/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bluetooth.cpp b/src/devices/bluetooth.cpp index 8b127aa6d..4b370072a 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -1040,7 +1040,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { this->signalBluetoothDeviceConnected(soleElliptical); } else if (b.name().startsWith(QStringLiteral("Domyos")) && !b.name().startsWith(QStringLiteral("DomyosBr")) && - !b.name().toUpper().startsWith(QStringLiteral("DOMYOS-BIKING-")) && !domyos && !domyosElliptical && b.name().compare(ftms_treadmill, Qt::CaseInsensitive) + !b.name().toUpper().startsWith(QStringLiteral("DOMYOS-BIKING-")) && !domyos && !domyosElliptical && b.name().compare(ftms_treadmill, Qt::CaseInsensitive) && !domyosBike && !domyosRower && !ftmsBike && !horizonTreadmill && !deviceHasService(b, QBluetoothUuid((quint16)0x1826)) && filter) { this->setLastBluetoothDevice(b); this->stopDiscovery();