template <>

class WireSyncClientImpl

Defined at line 3362 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::SearchResults>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_bluetooth_bredr::SearchResults::ServiceFound> ServiceFound (const ::fuchsia_bluetooth::wire::PeerId & peer_id, ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor> protocol, ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::Attribute> attributes)

Called when a search this client added finds a matching service on a peer.

`peer_id` is the peer the service was found on.

`protocol` includes the ProtocolDescriptorList in the service record if it exists

(it is also included in `attributes`.)

`attributes` contains all attributes requested from the search that are present on the

peer record. It may also include additional attributes.

Each ServiceFound call should be acknowledged by replying.

A limited amount of unacknowledged results will be sent on the channel. Results may be

dropped if results are received while too many results are unacknowledged.

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