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

/system/bt/service/common/bluetooth/
H A Dscan_filter.cpp23 ScanFilter::ScanFilter(const ScanFilter& other) { function in class:bluetooth::ScanFilter
34 ScanFilter& ScanFilter::operator=(const ScanFilter& other) {
51 bool ScanFilter::SetDeviceAddress(const std::string& device_address) {
59 void ScanFilter::SetServiceUuid(const UUID& service_uuid) {
64 void ScanFilter::SetServiceUuidWithMask(const UUID& service_uuid,
70 bool ScanFilter
[all...]
H A Dscan_filter.h27 class ScanFilter { class in namespace:bluetooth
29 ScanFilter() = default;
30 ~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 58 milliseconds