template <>

class WireWeakSyncClientImpl

Defined at line 936 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::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.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::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. Response is heap-allocated.

::fidl::WireResult< ::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. Response is heap-allocated.