Skip to content

Commit 6a8c45b

Browse files
committed
docs/library/bluetooth: Document all allowed args to UUID constructor.
Signed-off-by: Damien George <[email protected]>
1 parent 4360da1 commit 6a8c45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/library/bluetooth.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,4 +764,5 @@ Constructor
764764
The **value** can be either:
765765

766766
- A 16-bit integer. e.g. ``0x2908``.
767+
- An object with the buffer protocol and that is 2, 4 or 16 bytes long, e.g. ``b'\x08\x29'``.
767768
- A 128-bit UUID string. e.g. ``'6E400001-B5A3-F393-E0A9-E50E24DCCA9E'``.

0 commit comments

Comments
 (0)