template <>
class WireEventSender
Defined at line 9615 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_messaging.h
Public Methods
fidl::OneWayStatus OnObservePacket (::fuchsia_hardware_bluetooth::wire::SnoopOnObservePacketRequest SnoopOnObservePacketRequest)
A packet has been transmitted/received. Some number of packets can be observed before the
server stalls. The server is allowed to drop packets if the client takes too long to
acknowledge packets.
fidl::OneWayStatus OnDroppedPackets (::fuchsia_hardware_bluetooth::wire::SnoopOnDroppedPacketsRequest SnoopOnDroppedPacketsRequest)
Sent by the server once after `AcknowledgePackets` is received if packets were dropped since
the last `OnObservePacket`.