template <>
class WireTableBuilder
Defined at line 3448 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::VectorView<uint16_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint16_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileSearchRequest> & attr_ids (First && first, Args &&... args_)
Optional.
Defined at line 3461 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
template <typename First = ::fuchsia_bluetooth::wire::Uuid, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_bluetooth::wire::Uuid>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileSearchRequest> & full_uuid (First && first, Args &&... args_)
Required - only one of `full_uuid` or `service_uuid` should be present.
Defined at line 3474 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Friends
template <>
class ProfileSearchRequest