class ChannelParameters

Defined at line 563 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

The set of parameters to use or that were used to establish an L2CAP

connection-oriented channel.

Public Methods

void ChannelParameters (Storage_ storage)
void ChannelParameters ()

Defined at line 569 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

void ChannelParameters (ChannelParameters && )

Defined at line 570 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

void ChannelParameters (const ChannelParameters & other)
ChannelParameters & operator= (ChannelParameters && )

Defined at line 571 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

ChannelParameters & operator= (const ChannelParameters & other)
bool operator== (const ChannelParameters & other)
bool operator!= (const ChannelParameters & other)
bool IsEmpty ()
const std::optional< ::fuchsia_bluetooth::ChannelMode> & channel_mode ()

Optional.

For BR/EDR: If not provided, BASIC will be used.

For LE: If not provided, LE_CREDIT_BASED_FLOW_CONTROL will be used.

::std::optional< ::fuchsia_bluetooth::ChannelMode> & channel_mode ()

Optional.

For BR/EDR: If not provided, BASIC will be used.

For LE: If not provided, LE_CREDIT_BASED_FLOW_CONTROL will be used.

ChannelParameters & channel_mode (std::optional< ::fuchsia_bluetooth::ChannelMode> value)

Optional.

For BR/EDR: If not provided, BASIC will be used.

For LE: If not provided, LE_CREDIT_BASED_FLOW_CONTROL will be used.

const std::optional<uint16_t> & max_rx_packet_size ()

Maximum packet size this profile is capable of accepting. Must be >= 48.

Optional. If not provided, the size will be determined by the Bluetooth

system. No guarantees are given regarding the size selected.

::std::optional<uint16_t> & max_rx_packet_size ()

Maximum packet size this profile is capable of accepting. Must be >= 48.

Optional. If not provided, the size will be determined by the Bluetooth

system. No guarantees are given regarding the size selected.

ChannelParameters & max_rx_packet_size (std::optional<uint16_t> value)

Maximum packet size this profile is capable of accepting. Must be >= 48.

Optional. If not provided, the size will be determined by the Bluetooth

system. No guarantees are given regarding the size selected.

const std::optional< ::fuchsia_bluetooth::SecurityRequirements> & security_requirements ()

For BR/EDR: Minimum security requirements a link must have before this

channel can be created. The requirements provided here will be

attempted with the peer before the channel is established. If a peer

cannot provide the requirements, the channel is closed.

Optional. If not provided, then the only security property guaranteed

is encryption.

For LE: Unused, must not be present.

::std::optional< ::fuchsia_bluetooth::SecurityRequirements> & security_requirements ()

For BR/EDR: Minimum security requirements a link must have before this

channel can be created. The requirements provided here will be

attempted with the peer before the channel is established. If a peer

cannot provide the requirements, the channel is closed.

Optional. If not provided, then the only security property guaranteed

is encryption.

For LE: Unused, must not be present.

ChannelParameters & security_requirements (std::optional< ::fuchsia_bluetooth::SecurityRequirements> value)

For BR/EDR: Minimum security requirements a link must have before this

channel can be created. The requirements provided here will be

attempted with the peer before the channel is established. If a peer

cannot provide the requirements, the channel is closed.

Optional. If not provided, then the only security property guaranteed

is encryption.

For LE: Unused, must not be present.

const std::optional<int64_t> & flush_timeout ()

For BR/EDR: The flush timeout indicates the maximum amount of time a

data packet should be buffered in the controller before it is dropped.

A flush timeout of infinity can be used to mark packets as flushable

without any particular flush timeout.

Range: 1ms - 1,279ms (or ∞). Rounded down.

Optional. If not provided, no flush timeout and packets are not flushable.

For LE: Unused, must not be present.

::std::optional<int64_t> & flush_timeout ()

For BR/EDR: The flush timeout indicates the maximum amount of time a

data packet should be buffered in the controller before it is dropped.

A flush timeout of infinity can be used to mark packets as flushable

without any particular flush timeout.

Range: 1ms - 1,279ms (or ∞). Rounded down.

Optional. If not provided, no flush timeout and packets are not flushable.

For LE: Unused, must not be present.

ChannelParameters & flush_timeout (std::optional<int64_t> value)

For BR/EDR: The flush timeout indicates the maximum amount of time a

data packet should be buffered in the controller before it is dropped.

A flush timeout of infinity can be used to mark packets as flushable

without any particular flush timeout.

Range: 1ms - 1,279ms (or ∞). Rounded down.

Optional. If not provided, no flush timeout and packets are not flushable.

For LE: Unused, must not be present.

void ChannelParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits