Home
last modified time | relevance | path

Searched refs:MatchMode (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/common/bluetooth/
Dscan_settings.h85 enum MatchMode { enum
118 MatchMode match_mode, MatchCount match_count_per_filter);
140 MatchMode match_mode() const { return match_mode_; } in match_mode()
141 void set_match_mode(MatchMode mode) { match_mode_ = mode; } in set_match_mode()
157 MatchMode match_mode_;
Dscan_settings.cc30 MatchMode match_mode, in ScanSettings()
/system/bt/service/common/android/bluetooth/
Dscan_settings.cc70 match_mode_ = static_cast<ScanSettings::MatchMode>(value); in readFromParcel()