From a3f3a35e7f2723b34ab93d89b38ad8b2e567840b Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Mon, 25 Nov 2024 13:40:27 +0100 Subject: [PATCH] Feedback. --- lib/ble/remote.toit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ble/remote.toit b/lib/ble/remote.toit index 60010e792..79ab60856 100644 --- a/lib/ble/remote.toit +++ b/lib/ble/remote.toit @@ -51,7 +51,7 @@ class Central extends Resource_: Only one scan can run at a time. If $active is true, then we request a scan response from discovered devices. - Users might need to merge the advertisement data from the scan response with the + Users may need to merge the advertisement data from the scan response with the advertisement data from the discovery event. Use $RemoteScannedDevice.is-scan-response to distinguish between the two.