template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_hardware_bluetooth::ScoConnection>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_hardware_bluetooth::ScoConnection::Send> Send (::fidl::VectorView<uint8_t> packet)

More than one Send can be pending simultaneously.

Prefer to limit the number of pending calls to avoid overflow.

A maximum of 10 pending calls is suggested.

Allocates 328 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus AckReceive ()

Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus Stop ()

The server will close the protocol when `Stop` is received. This is useful for

synchronization (e.g. before configuring another `ScoConnection`).

Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.