trouble-host

Crates

git

Versions

default

Flavors

Module gatt_traits

Source
Expand description

Traits for conversion between types and their GATT representations

Enums§

FromGattError
Error type to signify an issue when converting from GATT bytes to a concrete type

Traits§

AsGatt
Trait to allow conversion of a type to gatt bytes
FixedGattValue
Trait to allow conversion of a fixed size type to and from a byte slice
FromGatt
Trait to allow conversion of gatt bytes into a type