template <>
class WireWeakAsyncClientImpl
Defined at line 866 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_bluetooth::Channel::Receive> Receive ()
Hanging get that waits for inbound packets. Only one `Receive`
may be pending at a time.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::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.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.