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

  /system/bt/device/test/
interop_test.cpp 67 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "BMW M3"));
68 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "Audi"));
69 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "Caramel")); // Starts with "Car" ;)
73 EXPECT_FALSE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "__GOOGLE__"));
74 EXPECT_FALSE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "BM"));
75 EXPECT_FALSE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "audi"));
76 EXPECT_FALSE(interop_match_name(INTEROP_AUTO_RETRY_PAIRING, "BMW M3"));
  /system/bt/device/include/
interop.h 81 bool interop_match_name(const interop_feature_t feature, const char *name);
  /system/bt/device/src/
interop.c 57 bool interop_match_name(const interop_feature_t feature, const char *name) { function
  /system/bt/btif/src/
btif_dm.c 934 !interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, (const char *)bd_name.name) &&
    [all...]

Completed in 2877 milliseconds