class Uuid

Defined at line 2027 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

Represents a Bluetooth UUID in its 128-bit canonical form. While the Bluetooth standard supports

16- and 32-bit short form UUIDs over the wire, the Fuchsia FIDL libraries require all UUIDs to

be represented in their canonical 128-bit form.

Public Members

array value

Public Methods

::std::unique_ptr<Uuid> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Uuid * value, size_t _offset)
zx_status_t Clone (Uuid * result)