class PeerParameters

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

Parameters used to emulate a peer's behavior over the BR/EDR/Low Energy transport.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void PeerParameters ()

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

void PeerParameters (const PeerParameters & other)

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

PeerParameters & operator= (const PeerParameters & other)

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

void PeerParameters (PeerParameters && other)

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

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::PeerParameters> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_bluetooth::wire::PeerParameters> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::PeerParameters>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fuchsia_bluetooth::wire::Address & address ()

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

bool has_address ()
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.

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

Server end of channel bound to Peer protocol.

bool has_channel ()
PeerParameters & operator= (PeerParameters && other)

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

void ~PeerParameters ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder