Home
last modified time | relevance | path

Searched refs:match_mode_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/common/bluetooth/
Dscan_settings.cpp39 match_mode_(match_mode), in ScanSettings()
56 if (match_mode_ != rhs.match_mode_) in operator ==()
Dscan_settings.h143 MatchMode match_mode() const { return match_mode_; } in match_mode()
144 void set_match_mode(MatchMode mode) { match_mode_ = mode; } in set_match_mode()
160 MatchMode match_mode_; variable