template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_bluetooth_bredr::L2capParametersExt>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_bluetooth_bredr::L2capParametersExt::RequestParameters> RequestParameters (::fuchsia_bluetooth::wire::ChannelParameters request)

Request a L2CAP channel parameter update. `request` indicates the

desired parameters, and `new` indicates the new parameters

(which may differ from the requested parameters if they are

rejected/modified).

Currently only the following parameters can be changed:

- flush_timeout

Allocates 104 bytes of request buffer on the stack. Response is heap-allocated.