Skip to content

Commit

Permalink
Sole ST90 BT HCI Snoop log[REQ] (Issue #2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed May 26, 2024
1 parent c1c4ee5 commit 45fe36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
b.name().toUpper().startsWith(QStringLiteral("F65")) ||
(b.name().toUpper().startsWith(QStringLiteral("TT8")) && !deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
b.name().toUpper().startsWith(QStringLiteral("F63")) ||
b.name().toUpper().startsWith(QStringLiteral("ST90")) ||
(b.name().toUpper().startsWith(QStringLiteral("ST90")) && !deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
b.name().toUpper().startsWith(QStringLiteral("TRX7.5")) ||
b.name().toUpper().startsWith(QStringLiteral("S77")) ||
(b.name().toUpper().startsWith(QStringLiteral("F85")) && sole_inclination)) &&
Expand Down Expand Up @@ -1264,6 +1264,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
(b.name().toUpper().startsWith("SCHWINN 810")) ||
(b.name().toUpper().startsWith(QStringLiteral("NOBLEPRO CONNECT")) && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) || // FTMS
(b.name().toUpper().startsWith(QStringLiteral("TT8")) && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
(b.name().toUpper().startsWith(QStringLiteral("ST90")) && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
(b.name().toUpper().startsWith(QStringLiteral("XT485")) && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
b.name().toUpper().startsWith(QStringLiteral("MOBVOI TM")) || // FTMS
b.name().toUpper().startsWith(QStringLiteral("LB600")) || // FTMS
Expand Down

0 comments on commit 45fe36f

Please sign in to comment.