template <>
class WireWeakAsyncBufferClientImpl
Defined at line 5135 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.