From d97e2847917d300fc252628782c76f0d5626b03e Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 21 May 2024 20:03:55 +0200 Subject: [PATCH] Improve documentation of RSSI Fixes https://github.com/tinygo-org/bluetooth/issues/272 --- gap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap.go b/gap.go index 79a15d9..517b14b 100644 --- a/gap.go +++ b/gap.go @@ -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