Searched refs:interop_database_add (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_device_interop.cc | 44 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
|
/packages/modules/Bluetooth/system/device/fuzzer/ |
D | btdevice_esco_fuzzer.cpp | 68 interop_database_add(interopFeature, &fuzzAddress, in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/device/include/ |
D | interop.h | 375 void interop_database_add(const uint16_t feature, const RawAddress* addr,
|
/packages/modules/Bluetooth/system/device/test/ |
D | interop_test.cc | 400 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/ |
D | bluetooth.h | 789 void (*interop_database_add)(uint16_t feature, const RawAddress* addr, member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 1107 .interop_database_add = interop_database_add,
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 117 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
|
/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 249 void interop_database_add(const uint16_t feature, const RawAddress* addr, in interop_database_add() function
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1430 interop_database_add(INTEROP_DYNAMIC_ROLE_SWITCH, &bd_addr, 3); in btm_rejectlist_role_change_device()
|