template <>
class WireTableBuilder
Defined at line 2118 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::AdvertisingData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AdvertisingData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::LegacyAdvertisingState> & advertising_data (First && first, Args &&... args_)
Any configured advertising and scan response data. Present only if either field is non-zero.
Defined at line 2131 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::AdvertisingData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_bluetooth::wire::AdvertisingData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::LegacyAdvertisingState> & scan_response (First && first, Args &&... args_)
Defined at line 2143 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Friends
template <>
class LegacyAdvertisingState