template <>

class NaturalWeakEventSender

Defined at line 1584 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_messaging.h

Public Methods

::fit::result< ::fidl::OneWayError> OnReceive (const ::fuchsia_hardware_bluetooth::ReceivedPacket & payload)

More than one packet event can be sent before acknowledged. Each packet must be

acknowledged with `AckReceive`. Servers should limit the number of pending acknowledgements

to avoid channel overflow. A maximum of 10 unacked packets is recommended. If a command or

SCO packet is received by the client, the client should close the protocol.