template <>

class WireTableBuilder

Defined at line 2371 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::PeerSetLeAdvertisementRequest> & le_address (First && first, Args &&... args_)

The LE address of the peer.

Defined at line 2384 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::PeerSetLeAdvertisementRequest> & advertisement (First && first, Args &&... args_)

The advertising data contents. If not present, the advertising data sent by this peer

will be empty.

Defined at line 2398 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::PeerSetLeAdvertisementRequest> & scan_response (First && first, Args &&... args_)

The scan response data contents. When present, the fake controller will generate

scannable advertising packets and scan response events.

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

Friends

template <>
class PeerSetLeAdvertisementRequest