template <>
class WireSyncClientImpl
Defined at line 8429 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_bluetooth::VirtualController>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_bluetooth::VirtualController::CreateEmulator> CreateEmulator ()
Creates a child device, and returns the name of the child created.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.