Lines Matching refs:feature
37 static const char* interop_feature_string_(const interop_feature_t feature);
40 static bool interop_match_fixed_(const interop_feature_t feature,
42 static bool interop_match_dynamic_(const interop_feature_t feature,
47 bool interop_match_addr(const interop_feature_t feature,
51 if (interop_match_fixed_(feature, addr) ||
52 interop_match_dynamic_(feature, addr)) {
56 interop_feature_string_(feature));
63 bool interop_match_name(const interop_feature_t feature, const char* name) {
69 if (feature == interop_name_database[i].feature &&
80 void interop_database_add(const uint16_t feature, const bt_bdaddr_t* addr,
89 entry->feature = static_cast<interop_feature_t>(feature);
119 static const char* interop_feature_string_(const interop_feature_t feature) {
120 switch (feature) {
146 static bool interop_match_dynamic_(const interop_feature_t feature,
156 if (feature == entry->feature &&
165 static bool interop_match_fixed_(const interop_feature_t feature,
172 if (feature == interop_addr_database[i].feature &&