From 678707c8b07323c5b914778708a2858387c3b60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20de=20Giessen?= Date: Fri, 22 Dec 2023 16:30:04 +0100 Subject: [PATCH] docs/library/bluetooth: Add note that ESP32 supports pairing/bonding. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pairing and bonding was fixed for the ESP32 in the two previous commits. Signed-off-by: Daniƫl van de Giessen --- docs/library/bluetooth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst index fb3c23400e..f8b154dd11 100644 --- a/docs/library/bluetooth.rst +++ b/docs/library/bluetooth.rst @@ -722,7 +722,7 @@ Pairing and bonding and ``_IRQ_SET_SECRET`` events. **Note:** This is currently only supported when using the NimBLE stack on - STM32 and Unix (not ESP32). + ESP32, STM32 and Unix. .. method:: BLE.gap_pair(conn_handle, /)