class ConnectParameters

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

The channel and relevant parameters for a connection.

Public Methods

void ConnectParameters ()
void ConnectParameters (const ConnectParameters & )

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

ConnectParameters & operator= (const ConnectParameters & )

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

void ConnectParameters (ConnectParameters && )

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

bool has_invalid_tag ()
bool is_l2cap ()
ConnectParameters WithL2cap (::fidl::ObjectView< ::fuchsia_bluetooth_bredr::wire::L2capParameters> val)

An L2CAP connection.

ConnectParameters & operator= (ConnectParameters && )

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

template <typename... Args>
ConnectParameters WithL2cap (::fidl::AnyArena & allocator, Args &&... args)

An L2CAP connection.

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

::fuchsia_bluetooth_bredr::wire::L2capParameters & l2cap ()

An L2CAP connection.

const ::fuchsia_bluetooth_bredr::wire::L2capParameters & l2cap ()

An L2CAP connection.

bool is_rfcomm ()
ConnectParameters WithRfcomm (::fidl::ObjectView< ::fuchsia_bluetooth_bredr::wire::RfcommParameters> val)

An RFCOMM connection.

template <typename... Args>
ConnectParameters WithRfcomm (::fidl::AnyArena & allocator, Args &&... args)

An RFCOMM connection.

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

::fuchsia_bluetooth_bredr::wire::RfcommParameters & rfcomm ()

An RFCOMM connection.

const ::fuchsia_bluetooth_bredr::wire::RfcommParameters & rfcomm ()

An RFCOMM connection.

::fuchsia_bluetooth_bredr::wire::ConnectParameters::Tag Which ()

Enumerations

enum Tag
Name Value
kL2cap 1
kRfcomm 2

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