There was an error while loading. Please reload this page.
1 parent 81807a2 commit 850e38dCopy full SHA for 850e38d
1 file changed
src/devices/bluetooth.cpp
@@ -2499,7 +2499,8 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
2499
// SLOT(inclinationChanged(double)));
2500
sportsPlusBike->deviceDiscovered(b);
2501
this->signalBluetoothDeviceConnected(sportsPlusBike);
2502
- } else if (((b.name().toUpper().contains(QStringLiteral("CARE")) && b.name().length() >= 12) || // CARE968300122, CARE10692135
+ } else if (((b.name().toUpper().contains(QStringLiteral("CARE")) && b.name().length() >= 12 &&
2503
+ !sportsplusbike::isCareSportsPlusBike13Name(b.name())) || // CARE968300122, CARE10692135
2504
(b.name().toUpper().startsWith(QStringLiteral("VMAX"))))
2505
&& !sportsPlusRower && filter) {
2506
this->setLastBluetoothDevice(b);
0 commit comments