template <>
class WireSyncBufferClientImpl
Defined at line 3748 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus AckReceive ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus Stop ()
The server will close the protocol when `Stop` is received. This is useful for
synchronization (e.g. before configuring another `ScoConnection`).
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.