summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniël van de Giessen <daniel@dvdgiessen.nl>2023-12-22 16:30:04 +0100
committerDamien George <damien@micropython.org>2024-02-29 14:33:22 +1100
commit678707c8b07323c5b914778708a2858387c3b60c (patch)
tree57b9ec461840caf781dda1a108f34d6d5709f4e6
parentd1e15b928107e2459b65c7a2484517e9e2a830cc (diff)
docs/library/bluetooth: Add note that ESP32 supports pairing/bonding.
Pairing and bonding was fixed for the ESP32 in the two previous commits. Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
-rw-r--r--docs/library/bluetooth.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst
index fb3c23400..f8b154dd1 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, /)