Searched refs:interop_match_addr (Results 1 - 9 of 9) sorted by relevance

/system/bt/device/test/
H A Dinterop_test.cc27 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
29 EXPECT_TRUE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
36 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
38 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
41 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
43 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
51 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
55 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
56 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
59 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRIN
[all...]
/system/bt/device/include/
H A Dinterop.h88 bool interop_match_addr(const interop_feature_t feature,
/system/bt/device/src/
H A Dinterop.cc47 bool interop_match_addr(const interop_feature_t feature, function
/system/bt/stack/avdt/
H A Davdt_l2c.cc196 if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY,
320 if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY,
/system/bt/btif/src/
H A Dbtif_dm.cc876 if (!interop_match_addr(INTEROP_DISABLE_AUTO_PAIRING, &bd_addr) &&
892 if ((interop_match_addr(INTEROP_KEYBOARD_REQUIRES_FIXED_PIN, &bd_addr) ==
1150 if (interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &bd_addr) &&
H A Dbtif_rc.cc507 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &rc_addr) ||
/system/bt/bta/hh/
H A Dbta_hh_le.cc1491 if (interop_match_addr(INTEROP_HID_PREF_CONN_SUP_TIMEOUT_3S,
/system/bt/stack/smp/
H A Dsmp_act.cc194 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS,
/system/bt/bta/av/
H A Dbta_av_aact.cc2756 interop_match_addr(INTEROP_DISABLE_AVDTP_RECONFIGURE,

Completed in 1012 milliseconds