template <>
class WireTableBuilder
Defined at line 848 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_bluetooth::wire::Address, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_bluetooth::wire::Address>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings> & address (First && first, Args &&... args_)
The `BD_ADDR` (BR/EDR) or LE Public Device Address. Defaults to "00:00:00:00:00:00".
Defined at line 861 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
template <typename First = ::fuchsia_hardware_bluetooth::wire::AclBufferSettings, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AclBufferSettings>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings> & acl_buffer_settings (First && first, Args &&... args_)
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.
Defined at line 877 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
template <typename First = ::fuchsia_hardware_bluetooth::wire::AclBufferSettings, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AclBufferSettings>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::EmulatorSettings> & le_acl_buffer_settings (First && first, Args &&... args_)
The LE-U ACL data buffer settings. Defaults to
data_packet_length: 251
total_num_data_packets: 5
Defined at line 892 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Friends
template <>
class EmulatorSettings