Searched refs:interop_match_addr (Results 1 – 11 of 11) sorted by relevance
/system/bt/device/test/ |
D | interop_test.cc | 27 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/ |
D | interop.h | 103 bool interop_match_addr(const interop_feature_t feature,
|
/system/bt/device/src/ |
D | interop.cc | 47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr() function
|
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 198 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/ |
D | connection_handler.cc | 53 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, bdaddr)) { in IsAbsoluteVolumeEnabled()
|
/system/bt/stack/btm/ |
D | btm_acl.cc | 566 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/ |
D | btif_dm.cc | 880 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()
|
D | btif_rc.cc | 509 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &p_dev->rc_addr) || in handle_rc_features()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 1255 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/ |
D | bta_hh_le.cc | 1378 if (interop_match_addr(INTEROP_HID_PREF_CONN_SUP_TIMEOUT_3S, in read_pref_conn_params_cb()
|
/system/bt/stack/smp/ |
D | smp_act.cc | 180 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()
|