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.h33 {{{0x08, 0x62, 0x66, 0, 0, 0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
36 INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
39 INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
42 INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
43 {{{0xac, 0x9e, 0x17, 0, 0, 0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
44 {{{0xf0, 0x79, 0x59, 0, 0, 0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
62 INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
92 {{{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.cc27 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
36 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
41 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
51 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
53 interop_database_add(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address, 3); in TEST()
55 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
64 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address)); in TEST()
/system/bt/device/src/
Dinterop.cc121 CASE_RETURN_STR(INTEROP_DISABLE_LE_SECURE_CONNECTIONS) in interop_feature_string_()
/system/bt/stack/smp/
Dsmp_act.cc184 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in smp_send_app_cback()