template <>

class WireWeakOnewayClientImpl

Defined at line 8998 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 EmulateLeConnectionComplete (::fuchsia_bluetooth::wire::ConnectionRole role)

Emulates a LE connection event. Does nothing if the peer is already connected. The

`role` parameter determines the link layer connection role.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus EmulateDisconnectionComplete ()

Emulate disconnection. Does nothing if the peer is not connected.

Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.