Home
last modified time | relevance | path

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

/system/bt/device/test/
Dinterop_test.cpp28 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
30 EXPECT_TRUE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
36 EXPECT_FALSE(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()
40 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
42 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
49 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
52 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
53 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
56 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
[all …]
/system/bt/device/include/
Dinterop.h73 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr);
/system/bt/device/src/
Dinterop.c43 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_addr() function
/system/bt/stack/avdt/
Davdt_l2c.c205 if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY, (const bt_bdaddr_t *)&bd_addr)) { in avdt_l2c_connect_ind_cback()
333 … if (interop_match_addr(INTEROP_2MBPS_LINK_ONLY, (const bt_bdaddr_t *) &p_ccb->peer_addr)) { in avdt_l2c_connect_cfm_cback()
/system/bt/btif/src/
Dbtif_dm.c933 if (!interop_match_addr(INTEROP_DISABLE_AUTO_PAIRING, &bd_addr) && in btif_dm_pin_req_evt()
951 if ((interop_match_addr(INTEROP_KEYBOARD_REQUIRES_FIXED_PIN, &bd_addr) == TRUE) && in btif_dm_pin_req_evt()
1223 if (interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &bd_addr) in btif_dm_auth_cmpl_evt()
Dbtif_rc.c485 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &rc_addr) in handle_rc_features()
/system/bt/stack/smp/
Dsmp_act.c225 || interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()