class ControllerParameters

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

Contains Bluetooth controller

&

baseband parameters that are writable by the host but don't

fall under a particular procedural category (as are those defined below).

Public Methods

void ControllerParameters (Storage_ storage)
void ControllerParameters ()

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

void ControllerParameters (ControllerParameters && )

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

void ControllerParameters (const ControllerParameters & other)
ControllerParameters & operator= (ControllerParameters && )

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

ControllerParameters & operator= (const ControllerParameters & other)
bool operator== (const ControllerParameters & other)
bool operator!= (const ControllerParameters & other)
bool IsEmpty ()
const std::optional< ::std::string> & local_name ()

The local name used for the Link Layer name discovery procedure. This parameter only applies

for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and

via GATT.

::std::optional< ::std::string> & local_name ()

The local name used for the Link Layer name discovery procedure. This parameter only applies

for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and

via GATT.

ControllerParameters & local_name (std::optional< ::std::string> value)

The local name used for the Link Layer name discovery procedure. This parameter only applies

for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and

via GATT.

const std::optional< ::fuchsia_bluetooth::DeviceClass> & device_class ()

The local "Class of Device" used during the BR/EDR inquiry procedure.

::std::optional< ::fuchsia_bluetooth::DeviceClass> & device_class ()

The local "Class of Device" used during the BR/EDR inquiry procedure.

ControllerParameters & device_class (std::optional< ::fuchsia_bluetooth::DeviceClass> value)

The local "Class of Device" used during the BR/EDR inquiry procedure.

void ControllerParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits