From 6a8c45b6c4683fa2dc68cab62219b0edad4dd15d Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 20 Jul 2025 21:37:35 +1000 Subject: [PATCH] docs/library/bluetooth: Document all allowed args to UUID constructor. Signed-off-by: Damien George --- docs/library/bluetooth.rst | 1 + 1 file changed, 1 insertion(+) 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'``.