template <>
class WireSyncBufferClientImpl
Defined at line 7804 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::Vendor::GetFeatures> GetFeatures ()
Returns the Vendor Features supported by this controller.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_bluetooth::Vendor::EncodeCommand> EncodeCommand (::fuchsia_hardware_bluetooth::wire::VendorCommand VendorCommand)
Encode the vendor HCI command and return the encoded command.
See `VendorCommand` for possible commands and parameters.
* error `ZX_ERR_NOT_SUPPORTED` The command is not supported.
* error `ZX_ERR_INVALID_ARGS` The parameters of the command are invalid.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_bluetooth::Vendor::OpenHci> OpenHci ()
Deprecated.
Open the HCI protocol to the controller. This call may block until the
controller has been initialized.
Returns ALREADY_BOUND if another client has already connected.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_bluetooth::Vendor::OpenHciTransport> OpenHciTransport ()
Open the HciTransport protocol to the controller. This call may block until the
controller has been initialized.
Returns ALREADY_BOUND if another client has already connected.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_bluetooth::Vendor::OpenSnoop> OpenSnoop ()
Open the Snoop protocol to the transport driver.
Returns ALREADY_BOUND if another client has already connected.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.