template <>
class NaturalClientImpl
Defined at line 1500 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_bluetooth::HciTransport::Send> Send (const ::fidl::Request< ::fuchsia_hardware_bluetooth::HciTransport::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.
If an event or SCO packet is received by the server, the server should close the protocol.
::fit::result< ::fidl::OneWayError> AckReceive ()
::fit::result< ::fidl::OneWayError> ConfigureSco (::fidl::Request< ::fuchsia_hardware_bluetooth::HciTransport::ConfigureSco> request)
Establish a SCO connection. Only 1 SCO connection can be configured at a time.