Searched refs:interop_match_addr (Results 1 – 7 of 7) sorted by relevance
/system/bt/device/test/ |
D | interop_test.cpp | 28 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/ |
D | interop.h | 73 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr);
|
/system/bt/device/src/ |
D | interop.c | 43 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_addr() function
|
/system/bt/stack/avdt/ |
D | avdt_l2c.c | 205 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/ |
D | btif_dm.c | 933 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()
|
D | btif_rc.c | 485 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &rc_addr) in handle_rc_features()
|
/system/bt/stack/smp/ |
D | smp_act.c | 225 || interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()
|