Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/device/test/
Dinterop_test.cc55 interop_database_add(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address, 3); in TEST()
63 interop_database_add(INTEROP_AUTO_RETRY_PAIRING, &test_address, 3); in TEST()
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc45 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
Dmock_bluetooth_interface.cc190 interop_database_add,
/packages/modules/Bluetooth/system/device/include/
Dinterop.h152 void interop_database_add(uint16_t feature, const RawAddress* addr,
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp68 interop_database_add(interopFeature, &fuzzAddress, in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc86 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h744 void (*interop_database_add)(uint16_t feature, const RawAddress* addr, member
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc628 interop_database_add,
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc690 interop_database_add,
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1358 interop_database_add(INTEROP_DYNAMIC_ROLE_SWITCH, &bd_addr, 3); in btm_rejectlist_role_change_device()