uuid¶
This module provides core Unique ID (UUID) classes.
-
class
UUID¶ Top level UUID
-
pack_into(buffer, offset=0)¶ Packs the UUID into the buffer at the given offset.
-
-
class
StandardUUID(uuid16)¶ Standard 16-bit UUID defined by the Bluetooth SIG.
-
class
VendorUUID(uuid128)¶ Vendor defined, 128-bit UUID.