diff options
| author | Damien George <damien@micropython.org> | 2025-07-20 21:37:35 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-07-31 11:02:41 +1000 |
| commit | 6a8c45b6c4683fa2dc68cab62219b0edad4dd15d (patch) | |
| tree | 531a903ed551860b0089ea7b4cbba87c215a792e /docs/library | |
| parent | 4360da16845051d6744669f1a33a715f147c1494 (diff) | |
docs/library/bluetooth: Document all allowed args to UUID constructor.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/bluetooth.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst index b09c370ab..251ff399e 100644 --- a/docs/library/bluetooth.rst +++ b/docs/library/bluetooth.rst @@ -764,4 +764,5 @@ Constructor The **value** can be either: - A 16-bit integer. e.g. ``0x2908``. + - An object with the buffer protocol and that is 2, 4 or 16 bytes long, e.g. ``b'\x08\x29'``. - A 128-bit UUID string. e.g. ``'6E400001-B5A3-F393-E0A9-E50E24DCCA9E'``. |
