diff options
author | Damien George <damien.p.george@gmail.com> | 2019-11-12 15:15:12 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-11-12 15:15:12 +1100 |
commit | d667bc642ffb9603e85f50be73a32871427c5fa6 (patch) | |
tree | f2219d5af4a18c22df9696798465dc1d7bb5f462 | |
parent | 258b1478307c1f9d89ed67309e145b9a55aeaadc (diff) |
docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.
-rw-r--r-- | docs/library/ubluetooth.rst | 4 |
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 |