template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3768 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Public Methods
::fuchsia_hardware_bluetooth::wire::VendorSetAclPriorityParams Build ()
Build and return the table. The builder should not be used after this.
bool has_connection_handle ()
void clear_connection_handle ()
Clears the connection_handle field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & connection_handle ()
The ACL connection handle which is requested to be prioritized.
BuilderImpl & connection_handle (uint16_t elem)
The ACL connection handle which is requested to be prioritized.
bool has_priority ()
void clear_priority ()
Clears the priority field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_bluetooth::wire::VendorAclPriority & priority ()
Getter for priority.
BuilderImpl & priority (::fuchsia_hardware_bluetooth::wire::VendorAclPriority elem)
Setter for priority.
bool has_direction ()
void clear_direction ()
Clears the direction field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_bluetooth::wire::VendorAclDirection & direction ()
The direction data should be prioritized in. May not be supported by all
vendors. Ignored when priority is normal.
BuilderImpl & direction (::fuchsia_hardware_bluetooth::wire::VendorAclDirection elem)
The direction data should be prioritized in. May not be supported by all
vendors. Ignored when priority is normal.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::VendorSetAclPriorityParams, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::VendorSetAclPriorityParams>> && frame)