aboutsummaryrefslogtreecommitdiff
path: root/docs/library/bluetooth.rst
diff options
context:
space:
mode:
authorMatt Trentini <matt.trentini@gmail.com>2021-09-09 12:52:32 +1000
committerDamien George <damien@micropython.org>2021-09-10 15:24:02 +1000
commit60d3a3c3a0746312f4fd46c56d206ffad1c57796 (patch)
tree33d4f12dff6b3920559570333c59d1e6f458514e /docs/library/bluetooth.rst
parentcc0884bb4fe7ad5087030323cfae0bf800e432b5 (diff)
docs/library/bluetooth.rst: Update incorrect link to gatts_write.
Diffstat (limited to 'docs/library/bluetooth.rst')
-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 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.