summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/UUID.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-06-29 00:20:06 -0400
committerDan Halbert <halbert@halwitz.org>2019-06-29 00:20:06 -0400
commit6ea01ea9b0334a175419f9d449be25a5838627da (patch)
treeca91eaa919c301696f1543f336dcaa6c26505345 /shared-bindings/bleio/UUID.c
parent140904ec84ad1900f280c1febaa89a499c42b8c5 (diff)
Central is connecting; characteristics can be read and written
Diffstat (limited to 'shared-bindings/bleio/UUID.c')
-rw-r--r--shared-bindings/bleio/UUID.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-bindings/bleio/UUID.c b/shared-bindings/bleio/UUID.c
index 0db7435f4..dca7ea010 100644
--- a/shared-bindings/bleio/UUID.c
+++ b/shared-bindings/bleio/UUID.c
@@ -50,6 +50,9 @@
//| - a buffer object (bytearray, bytes) of 16 bytes in little-endian order (128-bit UUID)
//| - a string of hex digits of the form 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
//|
+//| Creating a 128-bit UUID registers the UUID with the onboard BLE software, and provides a
+//| temporary 16-bit UUID that can be used in place of the full 128-bit UUID.
+//|
//| :param value: The uuid value to encapsulate
//| :type value: int or typing.ByteString
//|