class VendorSetAclPriorityParams

Defined at line 4381 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

Public Methods

void VendorSetAclPriorityParams (Storage_ storage)
void VendorSetAclPriorityParams ()

Defined at line 4386 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

void VendorSetAclPriorityParams (VendorSetAclPriorityParams && )

Defined at line 4387 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

void VendorSetAclPriorityParams (const VendorSetAclPriorityParams & other)
VendorSetAclPriorityParams & operator= (VendorSetAclPriorityParams && )

Defined at line 4388 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

VendorSetAclPriorityParams & operator= (const VendorSetAclPriorityParams & other)
bool operator== (const VendorSetAclPriorityParams & other)
bool operator!= (const VendorSetAclPriorityParams & other)
bool IsEmpty ()
const std::optional<uint16_t> & connection_handle ()

The ACL connection handle which is requested to be prioritized.

::std::optional<uint16_t> & connection_handle ()

The ACL connection handle which is requested to be prioritized.

VendorSetAclPriorityParams & connection_handle (std::optional<uint16_t> value)

The ACL connection handle which is requested to be prioritized.

const std::optional< ::fuchsia_hardware_bluetooth::VendorAclPriority> & priority ()
::std::optional< ::fuchsia_hardware_bluetooth::VendorAclPriority> & priority ()
VendorSetAclPriorityParams & priority (std::optional< ::fuchsia_hardware_bluetooth::VendorAclPriority> value)

Setter for priority.

const std::optional< ::fuchsia_hardware_bluetooth::VendorAclDirection> & direction ()

The direction data should be prioritized in. May not be supported by all

vendors. Ignored when priority is normal.

::std::optional< ::fuchsia_hardware_bluetooth::VendorAclDirection> & direction ()

The direction data should be prioritized in. May not be supported by all

vendors. Ignored when priority is normal.

VendorSetAclPriorityParams & direction (std::optional< ::fuchsia_hardware_bluetooth::VendorAclDirection> value)

The direction data should be prioritized in. May not be supported by all

vendors. Ignored when priority is normal.

void VendorSetAclPriorityParams (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits