class ScanFilter

Defined at line 10675 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Filter parameters for use during a scan. A discovered peripheral or broadcaster will be reported

to applications only if it satisfies all of the provided filter parameters. Null fields will be

ignored.

Public Members

VectorPtr service_uuids
VectorPtr service_data_uuids
unique_ptr manufacturer_identifier
unique_ptr connectable
StringPtr name_substring
unique_ptr max_path_loss

Public Methods

::std::unique_ptr<ScanFilter> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ScanFilter * value, size_t _offset)
zx_status_t Clone (ScanFilter * result)