Skip to content

Commit

Permalink
Android source: auto connection was broken because of the bug in RSSI…
Browse files Browse the repository at this point in the history
… processing
  • Loading branch information
JOikarinen committed May 18, 2022
1 parent de4f39f commit d938872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class BleAdvertisementContent {
processName(nameFromAdv)
}
processAdvManufacturerData(advertisementData, polarHrAdvertisement)
if (rssi >= 0) {
if (rssi < 0) {
processRssi(rssi)
}
}
Expand Down

0 comments on commit d938872

Please sign in to comment.