template <>
class WireWeakSyncClientImpl
Defined at line 10093 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Vendor::GetFeatures> GetFeatures ()
Returns the Vendor Features supported by this controller.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::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.
Allocates 136 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Vendor::OpenSnoop> OpenSnoop ()
Open the Snoop protocol to the transport driver.
Returns ALREADY_BOUND if another client has already connected.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.