template <>

class WireTableBuilder

Defined at line 1277 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::PeerParameters> & address (First && first, Args &&... args_)

The public BR/EDR BD_ADDR address of a peer. This field is mandatory.

Defined at line 1290 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h

Friends

template <>
class PeerParameters