template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2287 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::PeerSetLeAdvertisementRequest Build ()

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

bool has_le_address ()
void clear_le_address ()

Clears the le_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 & le_address ()

The LE address of the peer.

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

The LE address of the peer.

bool has_advertisement ()
void clear_advertisement ()

Clears the advertisement field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_bluetooth::wire::AdvertisingData & advertisement ()

The advertising data contents. If not present, the advertising data sent by this peer

will be empty.

BuilderImpl & advertisement (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_bluetooth::wire::AdvertisingData>> elem)

The advertising data contents. If not present, the advertising data sent by this peer

will be empty.

bool has_scan_response ()
void clear_scan_response ()

Clears the scan_response field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_bluetooth::wire::AdvertisingData & scan_response ()

The scan response data contents. When present, the fake controller will generate

scannable advertising packets and scan response events.

BuilderImpl & scan_response (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_bluetooth::wire::AdvertisingData>> elem)

The scan response data contents. When present, the fake controller will generate

scannable advertising packets and scan response events.

Protected Methods

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

Records