template <>
class NaturalSyncClientImpl
Defined at line 1108 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_hardware_bluetooth::ScoConnection::Send> Send (const ::fidl::Request< ::fuchsia_hardware_bluetooth::ScoConnection::Send> & request)
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.
::fit::result< ::fidl::OneWayError> AckReceive ()
::fit::result< ::fidl::OneWayError> Stop ()
The server will close the protocol when `Stop` is received. This is useful for
synchronization (e.g. before configuring another `ScoConnection`).