template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_bluetooth::VirtualController::CreateEmulator> CreateEmulator ()

Creates a child device, and returns the name of the child created.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus CreateLoopbackDevice (::fuchsia_hardware_bluetooth::wire::VirtualControllerCreateLoopbackDeviceRequest VirtualControllerCreateLoopbackDeviceRequest)

Creates a virtual Bluetooth serial device, speaking the BT HCI UART

protocol on the provided handle.

The zircon channel is closed in the event of an error.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.