diff options
| author | Matt Trentini <matt.trentini@gmail.com> | 2021-09-09 12:52:32 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-09-10 15:24:02 +1000 |
| commit | 60d3a3c3a0746312f4fd46c56d206ffad1c57796 (patch) | |
| tree | 33d4f12dff6b3920559570333c59d1e6f458514e | |
| parent | cc0884bb4fe7ad5087030323cfae0bf800e432b5 (diff) | |
docs/library/bluetooth.rst: Update incorrect link to gatts_write.
| -rw-r--r-- | docs/library/bluetooth.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst index 7ab4d6e88..6ebceeed5 100644 --- a/docs/library/bluetooth.rst +++ b/docs/library/bluetooth.rst @@ -49,7 +49,7 @@ Configuration - ``'mac'``: The current address in use, depending on the current address mode. This returns a tuple of ``(addr_type, addr)``. - See :meth:`gatts_write <BLE.gap_scan>` for details about address type. + See :meth:`gatts_write <BLE.gatts_write>` for details about address type. This may only be queried while the interface is currently active. |
