Home
last modified time | relevance | path

Searched defs:interop_match_name (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc40 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc114 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1005 static bool interop_match_name(const char* feature_name, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc207 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h921 bool (*interop_match_name)(const char* feature_name, const char* name); member