Improve documentation of RSSI

Fixes https://github.com/tinygo-org/bluetooth/issues/272
This commit is contained in:
Lars Gohr 2024-05-21 20:03:55 +02:00 committed by Ayke van Laethem
parent 348de057f8
commit abbb565ef0
No known key found for this signature in database
GPG key ID: E97FF5335DFDFDED

2
gap.go
View file

@ -106,7 +106,7 @@ type ScanResult struct {
// Bluetooth address of the scanned device. // Bluetooth address of the scanned device.
Address Address Address Address
// RSSI the last time a packet from this device has been received. // Signal strength of the advertisement packet.
RSSI int16 RSSI int16
// The data obtained from the advertisement data, which may contain many // The data obtained from the advertisement data, which may contain many