Searched refs:interop_match (Results 1 – 5 of 5) sorted by relevance
/system/bt/device/test/ |
D | interop_test.cpp | 28 EXPECT_TRUE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST() 30 EXPECT_TRUE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST() 36 EXPECT_FALSE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST() 38 EXPECT_FALSE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST() 40 EXPECT_FALSE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST() 42 EXPECT_FALSE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address)); in TEST()
|
/system/bt/device/include/ |
D | interop.h | 42 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr);
|
/system/bt/device/src/ |
D | interop.c | 41 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match() function
|
/system/bt/stack/smp/ |
D | smp_act.c | 176 || interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()
|
/system/bt/btif/src/ |
D | btif_dm.c | 1159 if (interop_match(INTEROP_AUTO_RETRY_PAIRING, &bd_addr) in btif_dm_auth_cmpl_evt()
|