Browse Source

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>
pull/13258/head
Daniël van de Giessen 11 months ago
committed by Damien George
parent
commit
678707c8b0
  1. 2
      docs/library/bluetooth.rst

2
docs/library/bluetooth.rst

@ -722,7 +722,7 @@ Pairing and bonding
and ``_IRQ_SET_SECRET`` events. and ``_IRQ_SET_SECRET`` events.
**Note:** This is currently only supported when using the NimBLE stack on **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, /) .. method:: BLE.gap_pair(conn_handle, /)

Loading…
Cancel
Save