Home
last modified time | relevance | path

Searched refs:interop_match (Results 1 – 5 of 5) sorted by relevance

/system/bt/device/test/
Dinterop_test.cpp28 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/
Dinterop.h42 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr);
/system/bt/device/src/
Dinterop.c41 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match() function
/system/bt/stack/smp/
Dsmp_act.c176 || interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()
/system/bt/btif/src/
Dbtif_dm.c1159 if (interop_match(INTEROP_AUTO_RETRY_PAIRING, &bd_addr) in btif_dm_auth_cmpl_evt()