template <>
class NaturalSyncClientImpl
Defined at line 1348 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_bluetooth_bredr::SearchResults::ServiceFound> ServiceFound (const ::fidl::Request< ::fuchsia_bluetooth_bredr::SearchResults::ServiceFound> & request)
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.