-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSSI naming #272
Comments
The comment is perhaps a bit confusing. Every incoming advertisement packet can have a different RSSI value (due to noise, change in distance, people moving around, etc) so this value the RSSI value from the last received packet. // The RSSI value of the received advertisement packet. |
I would go for Otherwise we explain RSSI with RSSI... |
elgohr
added a commit
to elgohr/bluetooth
that referenced
this issue
May 21, 2024
aykevl
pushed a commit
that referenced
this issue
May 21, 2024
aykevl
pushed a commit
that referenced
this issue
May 21, 2024
AndyRN
pushed a commit
to jasday/bluetooth
that referenced
this issue
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the description of
bluetooth/gap.go
Line 109 in 12b6f0b
In other contexts RSSI stands for
Received Signal Strength Indicator
, which would be the strength of the signal received.When I see it correctly this is also what is implemented - isn't it?
The text was updated successfully, but these errors were encountered: