Available on
riot_module_nimble_host
only.Expand description
Type wrappers for BLE UUIDs
The Uuid16, Uuid32 and Uuid128 types represent UUIDs of their given lengths, have
conversion functions to get suitable pointers for the initialization of larger structs and for
accessing the address in Bluetooth’s serialization, and provide a convenient core::str::FromStr
implementation (ie. can be .parse()
d) for conversion from string-formatted UUIDs.
Macros§
Structs§
- A wrapper around ble_uuid{16,32,128}_t.
- A wrapper around ble_uuid{16,32,128}_t.
- A wrapper around ble_uuid{16,32,128}_t.