template <>
class WireSyncClientImpl
Defined at line 2610 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::ConnectionReceiver>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Connected (const ::fuchsia_bluetooth::wire::PeerId & peer_id, ::fuchsia_bluetooth_bredr::wire::Channel channel, ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor> protocol)
Called when a peer connects to this service. The channel connected is delivered
with parameters in `channel`.
`protocol` will contain a protocol list up to the point connected (for example, if
L2CAP is connected, it will contain the L2CAP protocol and specify the PSM connected)
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.