package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Functions

Decode decodes UUID from first 16 bytes of s.
DecodeShort decodes short UUID from first 2 bytes of s.
Parse parses text representation of 128-bit UUID.

# Variables

Base is the Base Bluetooth UUID, used for calculating 128-bit UUIDs from shortened (16-bit, 32-bit) UUIDs.

# Structs

UUID is full (128-bit) universally unique identifier.

# Type aliases

UUID16 is shortened (16-bit) bluetooth universally unique identifier.
UUID32 is shortened (32-bit) bluetooth universally unique identifier.