summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/bluetooth.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst
index 6ef660416..00ced33e5 100644
--- a/docs/library/bluetooth.rst
+++ b/docs/library/bluetooth.rst
@@ -262,6 +262,9 @@ Central Role (GATT Client)
On success, the ``_IRQ_PERIPHERAL_DISCONNECT`` event will be raised.
+ Returns ``False`` if the connection handle wasn't connected, and ``True``
+ otherwise.
+
.. method:: BLE.gattc_discover_services(conn_handle)
Query a connected peripheral for its services.