class L2capChannelOffloadParameters
Defined at line 702 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Set of low-level L2CAP channel parameters needed to transfer control of
a channel to an offload processor.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_bluetooth::wire::L2capChannelOffloadParameters> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_bluetooth::wire::L2capChannelOffloadParameters> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth::wire::L2capChannelOffloadParameters>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void L2capChannelOffloadParameters ()
Defined at line 704 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void L2capChannelOffloadParameters (const L2capChannelOffloadParameters & other)
Defined at line 705 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
L2capChannelOffloadParameters & operator= (const L2capChannelOffloadParameters & other)
Defined at line 706 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void L2capChannelOffloadParameters (L2capChannelOffloadParameters && other)
Defined at line 707 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
uint16_t & acl_connection_handle ()
The HCI ACL connection handle to the peer over which this L2CAP channel exists.
Required.
bool has_acl_connection_handle ()
uint16_t & local_l2cap_channel_id ()
Required.
bool has_local_l2cap_channel_id ()
L2capChannelOffloadParameters & operator= (L2capChannelOffloadParameters && other)
Defined at line 708 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
uint16_t & remote_l2cap_channel_id ()
Required.
bool has_remote_l2cap_channel_id ()
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.
bool has_local_l2cap_maximum_payload_size ()
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.
bool has_remote_l2cap_maximum_payload_size ()
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.
bool has_initial_tx_credits ()
void ~L2capChannelOffloadParameters ()
Defined at line 710 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder