template <>
class WireTableBuilder
Defined at line 3616 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_hardware_bluetooth::wire::AndroidVendorSupport, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AndroidVendorSupport>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::VendorFeatures> & android_vendor_extensions (First && first, Args &&... args_)
Supports Android Vendor Extensions
If missing, Android Vendor Extensions are not supported.
Defined at line 3630 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::AudioOffloadSettings, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AudioOffloadSettings>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::VendorFeatures> & audio_offload_settings (First && first, Args &&... args_)
Specify some alternative settings for audio offload paths.
If missing, use the reasonable defaults or configured settings.
Defined at line 3644 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Friends
template <>
class VendorFeatures