HomeSort by relevance Sort by last modified time
    Searched refs:interop_match (Results 1 - 5 of 5) sorted by null

  /system/bt/device/test/
interop_test.cpp 28 EXPECT_TRUE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
30 EXPECT_TRUE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address));
36 EXPECT_FALSE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
38 EXPECT_FALSE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address));
40 EXPECT_FALSE(interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
42 EXPECT_FALSE(interop_match(INTEROP_AUTO_RETRY_PAIRING, &test_address));
  /system/bt/device/include/
interop.h 42 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr);
  /system/bt/device/src/
interop.c 41 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) { function
  /system/bt/stack/smp/
smp_act.c 176 || interop_match(INTEROP_DISABLE_LE_SECURE_CONNECTIONS,
    [all...]
  /system/bt/btif/src/
btif_dm.c     [all...]

Completed in 208 milliseconds