Home
last modified time | relevance | path

Searched refs:END_OF_INTEROP_LIST (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/device/include/
Dinterop.h375 END_OF_INTEROP_LIST enumerator
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc267 for (int feature = BEGINNING_OF_INTEROP_LIST; feature != END_OF_INTEROP_LIST; feature++) { in interop_database_clear()
280 for (feature = BEGINNING_OF_INTEROP_LIST; feature < END_OF_INTEROP_LIST; feature++) { in interop_init_feature_name_id_map()
373 CASE_RETURN_STR(END_OF_INTEROP_LIST) in interop_feature_string_()
/packages/modules/Bluetooth/system/device/test/
Dinterop_test.cc314 EXPECT_FALSE(interop_match_addr(END_OF_INTEROP_LIST, &test_address)); in TEST_F()