template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 797 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

Public Methods

::fuchsia_bluetooth::wire::L2capChannelOffloadParameters Build ()

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

bool has_acl_connection_handle ()
void clear_acl_connection_handle ()

Clears the acl_connection_handle field.

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

O(number_of_fields) complexity.

uint16_t & acl_connection_handle ()

The HCI ACL connection handle to the peer over which this L2CAP channel exists.

Required.

BuilderImpl & acl_connection_handle (uint16_t elem)

The HCI ACL connection handle to the peer over which this L2CAP channel exists.

Required.

bool has_local_l2cap_channel_id ()
void clear_local_l2cap_channel_id ()

Clears the local_l2cap_channel_id field.

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

O(number_of_fields) complexity.

uint16_t & local_l2cap_channel_id ()

Required.

BuilderImpl & local_l2cap_channel_id (uint16_t elem)

Required.

bool has_remote_l2cap_channel_id ()
void clear_remote_l2cap_channel_id ()

Clears the remote_l2cap_channel_id field.

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

O(number_of_fields) complexity.

uint16_t & remote_l2cap_channel_id ()

Required.

BuilderImpl & remote_l2cap_channel_id (uint16_t elem)

Required.

bool has_local_l2cap_maximum_payload_size ()
void clear_local_l2cap_maximum_payload_size ()

Clears the local_l2cap_maximum_payload_size field.

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

O(number_of_fields) complexity.

uint16_t & local_l2cap_maximum_payload_size ()

The maximum payload size of a RX L2CAP PDU, not to be confused with the MTU of

application layer payloads.

Required.

BuilderImpl & local_l2cap_maximum_payload_size (uint16_t elem)

The maximum payload size of a RX L2CAP PDU, not to be confused with the MTU of

application layer payloads.

Required.

bool has_remote_l2cap_maximum_payload_size ()
void clear_remote_l2cap_maximum_payload_size ()

Clears the remote_l2cap_maximum_payload_size field.

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

O(number_of_fields) complexity.

uint16_t & remote_l2cap_maximum_payload_size ()

The maximum paylod size of a TX L2CAP PDU, not to be confused with the MTU of

application layer payloads.

Required.

BuilderImpl & remote_l2cap_maximum_payload_size (uint16_t elem)

The maximum paylod size of a TX L2CAP PDU, not to be confused with the MTU of

application layer payloads.

Required.

bool has_initial_tx_credits ()
void clear_initial_tx_credits ()

Clears the initial_tx_credits field.

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

O(number_of_fields) complexity.

uint16_t & initial_tx_credits ()

The initial number of TX flow control credits received from the peer.

Optional. Not present for channels without flow control.

BuilderImpl & initial_tx_credits (uint16_t elem)

The initial number of TX flow control credits received from the peer.

Optional. Not present for channels without flow control.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_bluetooth::wire::L2capChannelOffloadParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth::wire::L2capChannelOffloadParameters>> && frame)

Records