class EmulatorSettings
Defined at line 616 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Controller settings used by the emulator.
Public Methods
void EmulatorSettings ()
Defined at line 618 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void EmulatorSettings (const EmulatorSettings & other)
Defined at line 619 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
EmulatorSettings & operator= (const EmulatorSettings & other)
Defined at line 620 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void EmulatorSettings (EmulatorSettings && other)
Defined at line 621 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_bluetooth::wire::Address & address ()
The `BD_ADDR` (BR/EDR) or LE Public Device Address. Defaults to "00:00:00:00:00:00".
bool has_address ()
::fuchsia_hardware_bluetooth::wire::HciConfig & hci_config ()
Supported HCI command configuration. Defaults to "`DUAL_MODE`".
bool has_hci_config ()
bool & extended_advertising ()
True if the 5.0 extended advertising features are supported. Defaults to "false".
bool has_extended_advertising ()
::fuchsia_hardware_bluetooth::wire::AclBufferSettings & acl_buffer_settings ()
The ACL-U data buffer settings. Defaults to
data_packet_length: 1024
total_num_data_packets: 5
IF `hci_config` is set to `DUAL_MODE`. Defaults to null otherwise.
bool has_acl_buffer_settings ()
::fuchsia_hardware_bluetooth::wire::AclBufferSettings & le_acl_buffer_settings ()
The LE-U ACL data buffer settings. Defaults to
data_packet_length: 251
total_num_data_packets: 5
bool has_le_acl_buffer_settings ()
EmulatorSettings & operator= (EmulatorSettings && other)
Defined at line 622 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void ~EmulatorSettings ()
Defined at line 624 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder