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 93 } interop_feature_t; typedef in typeref:enum:__anon113430
96 // identified by the |interop_feature_t| enum. This API is used for simple
99 bool interop_match_addr(const interop_feature_t feature,
108 bool interop_match_name(const interop_feature_t feature, const char* name);
114 // As |interop_feature_t| is not exposed in the public API, feature must be a
interop_database.h 27 interop_feature_t feature;
145 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,
62 bool interop_match_name(const interop_feature_t feature, const char* name) {
88 entry->feature = static_cast<interop_feature_t>(feature);
118 static const char* interop_feature_string_(const interop_feature_t feature) {
147 static bool interop_match_dynamic_(const interop_feature_t feature,
166 static bool interop_match_fixed_(const interop_feature_t feature,

Completed in 90 milliseconds