HomeSort by relevance Sort by last modified time
    Searched refs:interop_feature_t (Results 1 - 3 of 3) sorted by null

  /system/bt/device/include/
interop.h 82 } interop_feature_t; typedef in typeref:enum:__anon106008
85 // identified by the |interop_feature_t| enum. This API is used for simple
88 bool interop_match_addr(const interop_feature_t feature,
97 bool interop_match_name(const interop_feature_t feature, const char* name);
103 // As |interop_feature_t| is not exposed in the public API, feature must be a
interop_database.h 26 interop_feature_t feature;
119 interop_feature_t feature;
  /system/bt/device/src/
interop.cc 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,
63 bool interop_match_name(const interop_feature_t feature, const char* name) {
89 entry->feature = static_cast<interop_feature_t>(feature);
119 static const char* interop_feature_string_(const interop_feature_t feature) {
146 static bool interop_match_dynamic_(const interop_feature_t feature,
165 static bool interop_match_fixed_(const interop_feature_t feature,

Completed in 146 milliseconds