template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3348 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::AudioOffloadSettings Build ()

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

bool has_sco_offload_index ()
void clear_sco_offload_index ()

Clears the sco_offload_index field.

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

O(number_of_fields) complexity.

uint8_t & sco_offload_index ()

The index to use when SCO OFFLOAD DataPath is requested.

BuilderImpl & sco_offload_index (uint8_t elem)

The index to use when SCO OFFLOAD DataPath is requested.

Protected Methods

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

Records