Home
last modified time | relevance | path

Searched refs:interop_database_add (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc44 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp68 interop_database_add(interopFeature, &fuzzAddress, in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/device/include/
Dinterop.h375 void interop_database_add(const uint16_t feature, const RawAddress* addr,
/packages/modules/Bluetooth/system/device/test/
Dinterop_test.cc400 interop_database_add(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address, 3); in TEST_F()
408 interop_database_add(INTEROP_AUTO_RETRY_PAIRING, &test_address, 3); in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h789 void (*interop_database_add)(uint16_t feature, const RawAddress* addr, member
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1107 .interop_database_add = interop_database_add,
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc117 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc249 void interop_database_add(const uint16_t feature, const RawAddress* addr, in interop_database_add() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1430 interop_database_add(INTEROP_DYNAMIC_ROLE_SWITCH, &bd_addr, 3); in btm_rejectlist_role_change_device()