class PeerSetLeAdvertisementRequest
Defined at line 1438 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Public Methods
void PeerSetLeAdvertisementRequest (Storage_ storage)
void PeerSetLeAdvertisementRequest ()
Defined at line 1443 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
void PeerSetLeAdvertisementRequest (PeerSetLeAdvertisementRequest && )
Defined at line 1444 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
void PeerSetLeAdvertisementRequest (const PeerSetLeAdvertisementRequest & other)
PeerSetLeAdvertisementRequest & operator= (PeerSetLeAdvertisementRequest && )
Defined at line 1445 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
PeerSetLeAdvertisementRequest & operator= (const PeerSetLeAdvertisementRequest & other)
bool operator== (const PeerSetLeAdvertisementRequest & other)
bool operator!= (const PeerSetLeAdvertisementRequest & other)
bool IsEmpty ()
const std::optional< ::fuchsia_bluetooth::Address> & le_address ()
The LE address of the peer.
::std::optional< ::fuchsia_bluetooth::Address> & le_address ()
The LE address of the peer.
PeerSetLeAdvertisementRequest & le_address (std::optional< ::fuchsia_bluetooth::Address> value)
The LE address of the peer.
const std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> & advertisement ()
The advertising data contents. If not present, the advertising data sent by this peer
will be empty.
::std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> & advertisement ()
The advertising data contents. If not present, the advertising data sent by this peer
will be empty.
PeerSetLeAdvertisementRequest & advertisement (std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> value)
The advertising data contents. If not present, the advertising data sent by this peer
will be empty.
const std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> & scan_response ()
The scan response data contents. When present, the fake controller will generate
scannable advertising packets and scan response events.
::std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> & scan_response ()
The scan response data contents. When present, the fake controller will generate
scannable advertising packets and scan response events.
PeerSetLeAdvertisementRequest & scan_response (std::optional< ::fuchsia_hardware_bluetooth::AdvertisingData> value)
The scan response data contents. When present, the fake controller will generate
scannable advertising packets and scan response events.
void PeerSetLeAdvertisementRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits