From be0465d094913854622e61e2ebce00575a1df296 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Wed, 6 Nov 2024 18:41:41 +0100 Subject: [PATCH] Capitol Sports Infinity Pro 4 treadmill (Issue #2748) --- 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 5a5d151be..51afcb895 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -1317,7 +1317,6 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { b.name().toUpper().startsWith(QStringLiteral("TRX4500")) || // FTMS b.name().toUpper().startsWith(QStringLiteral("MATRIXTF50")) || // FTMS b.name().toUpper().startsWith(QStringLiteral("T01_")) || // FTMS - b.name().toUpper().startsWith(QStringLiteral("SW-BLE")) || // FTMS (b.name().startsWith(QStringLiteral("SW")) && b.name().length() == 14 && !b.name().contains('(') && !b.name().contains(')') && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) || (b.name().toUpper().startsWith(QStringLiteral("TF-")) && @@ -2298,6 +2297,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { (b.name().startsWith(QStringLiteral("SW")) && b.name().length() == 14 && !b.name().contains('(') && !b.name().contains(')') && !deviceHasService(b, QBluetoothUuid((quint16)0x1826))) || (b.name().toUpper().startsWith(QStringLiteral("WINFITA"))) || // also FTMS + (b.name().toUpper().startsWith(QStringLiteral("SW-BLE"))) || // FTMS (b.name().startsWith(QStringLiteral("BF70")))) && !fitshowTreadmill && !iconsole_elliptical && !horizonTreadmill && filter) { this->setLastBluetoothDevice(b);