Home
last modified time | relevance | path

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

/system/bt/device/src/
Dinterop.c35 static const char* interop_feature_string_(const interop_feature_t feature);
38 static bool interop_match_fixed_(const interop_feature_t feature, const bt_bdaddr_t *addr);
39 static bool interop_match_dynamic_(const interop_feature_t feature, const bt_bdaddr_t *addr);
43 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_addr()
57 bool interop_match_name(const interop_feature_t feature, const char *name) { in interop_match_name()
110 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_()
134 static bool interop_match_dynamic_(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_dynamic_()
151 static bool interop_match_fixed_(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_fixed_()
/system/bt/device/include/
Dinterop.h67 } interop_feature_t; typedef
73 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr);
81 bool interop_match_name(const interop_feature_t feature, const char *name);
Dinterop_database.h26 interop_feature_t feature;
98 interop_feature_t feature;