UUID module¶
-
pybtle.uuid.str_to_uuid128(value)¶ Return 128bits UUID from UUUID string name.
Parameters: value (string) – UUID name. Return type: string
-
pybtle.uuid.uuid128_to_str(value)¶ Converts 128bits UUID to its human representation.
Parameters: value (string) – 128bits UUID. Return type: string
-
pybtle.uuid.uuid_to_str(value)¶ Converts 16bits or 128bits UUID to its human representation.
Parameters: value (string) – 16bits or 128bits UUID. Return type: string