template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1421 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::ControllerParameters Build ()
Build and return the table. The builder should not be used after this.
bool has_local_name ()
void clear_local_name ()
Clears the local_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & local_name ()
The local name used for the Link Layer name discovery procedure. This parameter only applies
for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and
via GATT.
BuilderImpl & local_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The local name used for the Link Layer name discovery procedure. This parameter only applies
for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and
via GATT.
bool has_device_class ()
void clear_device_class ()
Clears the device_class field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_bluetooth::wire::DeviceClass & device_class ()
The local "Class of Device" used during the BR/EDR inquiry procedure.
BuilderImpl & device_class (::fuchsia_bluetooth::wire::DeviceClass elem)
The local "Class of Device" used during the BR/EDR inquiry procedure.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::ControllerParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::ControllerParameters>> && frame)