From 60d3a3c3a0746312f4fd46c56d206ffad1c57796 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 9 Sep 2021 12:52:32 +1000 Subject: [PATCH] docs/library/bluetooth.rst: Update incorrect link to gatts_write. --- 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 7ab4d6e88c..6ebceeed58 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 ` for details about address type. + See :meth:`gatts_write ` for details about address type. This may only be queried while the interface is currently active.