Searched defs:ScanFilter (Results 1 - 3 of 3) sorted by relevance

/system/bt/service/common/android/bluetooth/
H A Dscan_filter.h31 class ScanFilter : public Parcelable, public ::bluetooth::ScanFilter { class in namespace:android::bluetooth
33 ScanFilter() = default;
35 ScanFilter(const ::bluetooth::ScanFilter& scan_filter) // NOLINT function in class:android::bluetooth::ScanFilter
36 : ::bluetooth::ScanFilter(scan_filter){};
37 ~ScanFilter() = default;
/system/bt/service/common/bluetooth/
H A Dscan_filter.cc23 ScanFilter::ScanFilter(const ScanFilter& other) { function in class:bluetooth::ScanFilter
33 ScanFilter& ScanFilter::operator=(const ScanFilter& other) {
50 bool ScanFilter::SetDeviceAddress(const std::string& device_address) {
57 void ScanFilter::SetServiceUuid(const UUID& service_uuid) {
62 void ScanFilter::SetServiceUuidWithMask(const UUID& service_uuid,
68 bool ScanFilter
[all...]
H A Dscan_filter.h27 class ScanFilter { class in namespace:bluetooth
29 ScanFilter() = default;
30 virtual ~ScanFilter() = default;
33 ScanFilter(const ScanFilter& other);
34 ScanFilter& operator=(const ScanFilter& other);
50 // from these getters belongs to the ScanFilter object. nullptr will be
65 bool operator==(const ScanFilter& rhs) const;

Completed in 63 milliseconds