template <>
class NaturalClientImpl
Defined at line 2459 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_bluetooth::Vendor::GetFeatures> GetFeatures ()
Returns the Vendor Features supported by this controller.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_bluetooth::Vendor::EncodeCommand> EncodeCommand (const ::fidl::Request< ::fuchsia_hardware_bluetooth::Vendor::EncodeCommand> & request)
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.
::fidl::internal::NaturalThenable< ::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.
::fidl::internal::NaturalThenable< ::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.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_bluetooth::Vendor::OpenSnoop> OpenSnoop ()
Open the Snoop protocol to the transport driver.
Returns ALREADY_BOUND if another client has already connected.