template <>
class WireSyncBufferClientImpl
Defined at line 676 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_bluetooth::Channel::Send> Send (::fidl::VectorView< ::fuchsia_bluetooth::wire::Packet> packets)
Send multiple packets of data over the channel. Only one `Send`
may be pending at a time.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_bluetooth::Channel::Receive> Receive ()
Hanging get that waits for inbound packets. Only one `Receive`
may be pending at a time.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.