template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 495 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::AclBufferSettings Build ()

Build and return the table. The builder should not be used after this.

bool has_data_packet_length ()
void clear_data_packet_length ()

Clears the data_packet_length field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint16_t & data_packet_length ()

ACL frame MTU in bytes.

BuilderImpl & data_packet_length (uint16_t elem)

ACL frame MTU in bytes.

bool has_total_num_data_packets ()
void clear_total_num_data_packets ()

Clears the total_num_data_packets field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint8_t & total_num_data_packets ()

The maximum number of ACL frames that the controller can buffer.

BuilderImpl & total_num_data_packets (uint8_t elem)

The maximum number of ACL frames that the controller can buffer.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::AclBufferSettings, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::AclBufferSettings>> && frame)

Records