Home
last modified time | relevance | path

Searched refs:interop_match_addr (Results 1 – 11 of 11) sorted by relevance

/system/bt/device/test/
Dinterop_test.cc27 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
29 EXPECT_TRUE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
36 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
38 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
41 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
43 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
51 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
55 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
56 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
59 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
[all …]
/system/bt/device/include/
Dinterop.h103 bool interop_match_addr(const interop_feature_t feature,
/system/bt/device/src/
Dinterop.cc47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr() function
/system/bt/stack/avdt/
Davdt_l2c.cc198 if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY, &bd_addr)) { in avdt_l2c_connect_ind_cback()
315 if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY, in avdt_l2c_connect_cfm_cback()
/system/bt/profile/avrcp/
Dconnection_handler.cc53 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, bdaddr)) { in IsAbsoluteVolumeEnabled()
/system/bt/stack/btm/
Dbtm_acl.cc566 if (interop_match_addr(INTEROP_DISABLE_ROLE_SWITCH, &remote_bd_addr)) in BTM_SwitchRole()
580 if (interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &remote_bd_addr)) { in BTM_SwitchRole()
1453 (!interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &bd_addr))) { in btm_blacklist_role_change_device()
/system/bt/btif/src/
Dbtif_dm.cc880 if (!interop_match_addr(INTEROP_DISABLE_AUTO_PAIRING, &bd_addr) && in btif_dm_pin_req_evt()
896 if ((interop_match_addr(INTEROP_KEYBOARD_REQUIRES_FIXED_PIN, &bd_addr) == in btif_dm_pin_req_evt()
1160 if (interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &bd_addr) && in btif_dm_auth_cmpl_evt()
Dbtif_rc.cc509 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &p_dev->rc_addr) || in handle_rc_features()
/system/bt/bta/av/
Dbta_av_aact.cc1255 if (!interop_match_addr(INTEROP_2MBPS_LINK_ONLY, in bta_av_str_opened()
2809 interop_match_addr(INTEROP_DISABLE_AVDTP_RECONFIGURE, in bta_av_rcfg_cfm()
/system/bt/bta/hh/
Dbta_hh_le.cc1378 if (interop_match_addr(INTEROP_HID_PREF_CONN_SUP_TIMEOUT_3S, in read_pref_conn_params_cb()
/system/bt/stack/smp/
Dsmp_act.cc180 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()