Home
last modified time | relevance | path

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

/system/bt/device/include/
Dinterop_database.h32 {{{0x08, 0x62, 0x66, 0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
33 {{{0x38, 0x2c, 0x4a, 0xc9, 0,0}}, 4, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
34 {{{0x38, 0x2c, 0x4a, 0xe6, 0,0}}, 4, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
35 {{{0x54, 0xa0, 0x50, 0xd9, 0,0}}, 4, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
36 {{{0xac, 0x9e, 0x17, 0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
37 {{{0xf0, 0x79, 0x59, 0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
46 {{{0x80, 0xe4, 0xda, 0x70, 0,0}}, 4, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
69 {{{0x1c, 0x96, 0x5a, 0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
Dinterop.h34 INTEROP_DISABLE_LE_SECURE_CONNECTIONS = 0, enumerator
/system/bt/device/test/
Dinterop_test.cpp28 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
36 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
40 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
49 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
51 interop_database_add(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address, 3); in TEST()
52 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
60 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
/system/bt/device/src/
Dinterop.c112 CASE_RETURN_STR(INTEROP_DISABLE_LE_SECURE_CONNECTIONS) in interop_feature_string_()
/system/bt/stack/smp/
Dsmp_act.c225 || interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()