template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1195 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::PeerParameters 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 public BR/EDR BD_ADDR address of a peer. This field is mandatory.

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

The public BR/EDR BD_ADDR address of a peer. This field is mandatory.

bool has_connectable ()
void clear_connectable ()

Clears the connectable field.

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

O(number_of_fields) complexity.

bool & connectable ()

When present and true, the peer will send connectable advertisements and accept connection

requests. The peer will ignore connection requests if not connectable.

BuilderImpl & connectable (bool elem)

When present and true, the peer will send connectable advertisements and accept connection

requests. The peer will ignore connection requests if not connectable.

bool has_channel ()
void clear_channel ()

Clears the channel field.

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

O(number_of_fields) complexity.

::fidl::ServerEnd< ::fuchsia_hardware_bluetooth::Peer> & channel ()

Server end of channel bound to Peer protocol.

BuilderImpl & channel (::fidl::ServerEnd< ::fuchsia_hardware_bluetooth::Peer> elem)

Server end of channel bound to Peer protocol.

Protected Methods

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

Records