template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 720 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::EmulatorSettings Build ()

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

bool has_address ()
void clear_address ()

Clears the address field.

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

O(number_of_fields) complexity.

::fuchsia_bluetooth::wire::Address & address ()

The `BD_ADDR` (BR/EDR) or LE Public Device Address. Defaults to "00:00:00:00:00:00".

BuilderImpl & address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth::wire::Address>> elem)

The `BD_ADDR` (BR/EDR) or LE Public Device Address. Defaults to "00:00:00:00:00:00".

bool has_hci_config ()
void clear_hci_config ()

Clears the hci_config field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_bluetooth::wire::HciConfig & hci_config ()

Supported HCI command configuration. Defaults to "`DUAL_MODE`".

BuilderImpl & hci_config (::fuchsia_hardware_bluetooth::wire::HciConfig elem)

Supported HCI command configuration. Defaults to "`DUAL_MODE`".

bool has_extended_advertising ()
void clear_extended_advertising ()

Clears the extended_advertising field.

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

O(number_of_fields) complexity.

bool & extended_advertising ()

True if the 5.0 extended advertising features are supported. Defaults to "false".

BuilderImpl & extended_advertising (bool elem)

True if the 5.0 extended advertising features are supported. Defaults to "false".

bool has_acl_buffer_settings ()
void clear_acl_buffer_settings ()

Clears the acl_buffer_settings field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_bluetooth::wire::AclBufferSettings & acl_buffer_settings ()

The ACL-U data buffer settings. Defaults to

data_packet_length: 1024

total_num_data_packets: 5

IF `hci_config` is set to `DUAL_MODE`. Defaults to null otherwise.

BuilderImpl & acl_buffer_settings (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_bluetooth::wire::AclBufferSettings>> elem)

The ACL-U data buffer settings. Defaults to

data_packet_length: 1024

total_num_data_packets: 5

IF `hci_config` is set to `DUAL_MODE`. Defaults to null otherwise.

bool has_le_acl_buffer_settings ()
void clear_le_acl_buffer_settings ()

Clears the le_acl_buffer_settings field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_bluetooth::wire::AclBufferSettings & le_acl_buffer_settings ()

The LE-U ACL data buffer settings. Defaults to

data_packet_length: 251

total_num_data_packets: 5

BuilderImpl & le_acl_buffer_settings (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_bluetooth::wire::AclBufferSettings>> elem)

The LE-U ACL data buffer settings. Defaults to

data_packet_length: 251

total_num_data_packets: 5

Protected Methods

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

Records