Home
last modified time | relevance | path

Searched defs:interop_match_addr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.h378 struct interop_match_addr { struct
388 extern struct interop_match_addr interop_match_addr; argument
Dmock_device_interop.cc67 struct interop_match_addr interop_match_addr; variable
230 bool interop_match_addr(const interop_feature_t feature, const RawAddress* addr) { in interop_match_addr() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc109 bool interop_match_addr(const interop_feature_t /*feature*/, const RawAddress* /*addr*/) { in interop_match_addr() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc100 bool interop_match_addr(const interop_feature_t feature, const RawAddress* addr) { in interop_match_addr() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1154 static bool interop_match_addr(const char* feature_name, const RawAddress* addr) { in interop_match_addr() function
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/
Dinterop.cc208 bool interop_match_addr(const interop_feature_t feature, const RawAddress* addr) { in interop_match_addr() function
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h988 bool (*interop_match_addr)(const char* feature_name, const RawAddress* addr); member