summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-11-12 15:15:12 +1100
committerDamien George <damien.p.george@gmail.com>2019-11-12 15:15:12 +1100
commitd667bc642ffb9603e85f50be73a32871427c5fa6 (patch)
treef2219d5af4a18c22df9696798465dc1d7bb5f462
parent258b1478307c1f9d89ed67309e145b9a55aeaadc (diff)
docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.
-rw-r--r--docs/library/ubluetooth.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/ubluetooth.rst b/docs/library/ubluetooth.rst
index 5d44ffdb2..6e95a9e92 100644
--- a/docs/library/ubluetooth.rst
+++ b/docs/library/ubluetooth.rst
@@ -203,8 +203,8 @@ writes from a central to a given characteristic, use
value.
The **flags** are a bitwise-OR combination of the
- :data:`ubluetooth.FLAGS_READ`, :data:`bluetooth.FLAGS_WRITE` and
- :data:`ubluetooth.FLAGS_NOTIFY` values defined below.
+ :data:`ubluetooth.FLAG_READ`, :data:`ubluetooth.FLAG_WRITE` and
+ :data:`ubluetooth.FLAG_NOTIFY` values defined below.
The return value is a list (one element per service) of tuples (each element
is a value handle). Characteristics and descriptor handles are flattened