template <>
class WireTableBuilder
Defined at line 1486 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 = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_bluetooth::wire::ControllerParameters> & local_name (First && first, Args &&... args_)
The local name used for the Link Layer name discovery procedure. This parameter only applies
for the BR/EDR transport. In LE, the local name is provided as an advertising parameter and
via GATT.
Defined at line 1501 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Friends
template <>
class ControllerParameters