Crate btuuid

Source
Expand description

Bluetooth UUID values, including 16-, 32- and 128-bit UUIDs.

Modules§

appearance
The representation of the external appearance of the device.
browse_group_identifiers
UUIDs for the browse group identifiers module.
characteristic
UUIDs for the characteristic module.
declarations
UUIDs for the declarations module.
descriptors
UUIDs for the descriptors module.
mesh_profile
UUIDs for the mesh profile module.
object_types
UUIDs for the object types module.
protocol_identifiers
UUIDs for the protocol identifiers module.
service
UUIDs for the service module.
service_class
UUIDs for the service class module.
units
UUIDs for the units module.

Structs§

BluetoothUuid16
A 16-bit Bluetooth UUID
BluetoothUuid32
A 32-bit Bluetooth UUID
BluetoothUuid128
A 128-bit Bluetooth UUID
InvalidLengthError
An error returned when a byte slice has an invalid length for a Bluetooth UUID.

Enums§

BluetoothUuid
A Bluetooth UUID of any valid length (16, 32, or 128 bits).