From 43144808263ed65aa0ba45781aa88f6fcf4c49c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Battrel?= Date: Mon, 16 Jan 2023 12:15:01 +0100 Subject: [PATCH] Bluetooth: Update Readme of large MTU sample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the Readme file of the large mtu sample because the orginal PR (https://github.com/zephyrproject-rtos/zephyr/pull/53593) has been merged before the last comment could be addressed. Signed-off-by: Théo Battrel --- samples/bluetooth/mtu_update/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/bluetooth/mtu_update/README.rst b/samples/bluetooth/mtu_update/README.rst index 500d5bbbaa8a38..aa9678f0a41615 100644 --- a/samples/bluetooth/mtu_update/README.rst +++ b/samples/bluetooth/mtu_update/README.rst @@ -66,7 +66,8 @@ This sample use two applications, two devices need to be setup. The first one should be flashed with the central and the second one with the peripheral. -The two devices need to be close enough to be able to connect. +The two devices will connect only if they are close to each other, because of +RSSI filtering. Building and Running ********************