template <>
class NaturalSyncClientImpl
Defined at line 143 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_bluetooth::Channel::Send> Send (const ::fidl::Request< ::fuchsia_bluetooth::Channel::Send> & request)
Send multiple packets of data over the channel. Only one `Send`
may be pending at a time.
::fidl::Result< ::fuchsia_bluetooth::Channel::Receive> Receive ()
Hanging get that waits for inbound packets. Only one `Receive`
may be pending at a time.
::fidl::Result< ::fuchsia_bluetooth::Channel::WatchChannelParameters> WatchChannelParameters ()
For RFCOMM channels, this will not return and calls will hang
indefinitely.
For BR/EDR L2CAP connection-oriented channels this will currently not
return and calls will hang indefinitely. The initial channel parameters
are provided in [`fuchsia.bluetooth.bredr/Channel`].
For LE L2CAP connection-oriented channels, the first call will
immediately return the parameters of the remote side of the channel.
Subsequent calls will hang until the [`ChannelParameters`] change, at
which point it will return the new parameters, including those that have
not changed.