Skip to content

Commit

Permalink
Improve documentation of RSSI
Browse files Browse the repository at this point in the history
Fixes #272
  • Loading branch information
elgohr authored and aykevl committed May 21, 2024
1 parent 348de05 commit abbb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type ScanResult struct {
// Bluetooth address of the scanned device.
Address Address

// RSSI the last time a packet from this device has been received.
// Signal strength of the advertisement packet.
RSSI int16

// The data obtained from the advertisement data, which may contain many
Expand Down

0 comments on commit abbb565

Please sign in to comment.