class ScanOptions
Defined at line 1545 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Parameters used during a scan.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::vector< ::fuchsia::bluetooth::le::Filter> & filters ()
List of filters for use during a scan. A peripheral that satisfies any
of these filters will be reported. At least 1 filter must be specified.
While not recommended, clients that require that all peripherals be
reported can specify an empty filter.
Defined at line 1555 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool has_filters ()
Defined at line 1559 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::std::vector< ::fuchsia::bluetooth::le::Filter> * mutable_filters ()
List of filters for use during a scan. A peripheral that satisfies any
of these filters will be reported. At least 1 filter must be specified.
While not recommended, clients that require that all peripherals be
reported can specify an empty filter.
Defined at line 1567 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void clear_filters ()
Defined at line 1575 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
ScanOptions & set_filters (::std::vector< ::fuchsia::bluetooth::le::Filter> _value)
void ScanOptions ()
void ScanOptions (ScanOptions && other)
void ~ScanOptions ()
ScanOptions & operator= (ScanOptions && other)
::std::unique_ptr<ScanOptions> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ScanOptions * _value, size_t _offset)
zx_status_t Clone (ScanOptions * _result)