Searched refs:interop_database_add_addr (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_device_interop.cc | 40 struct interop_database_add_addr interop_database_add_addr; variable 121 void interop_database_add_addr(const uint16_t feature, const RawAddress* addr, in interop_database_add_addr() function 124 test::mock::device_interop::interop_database_add_addr(feature, addr, length); in interop_database_add_addr()
|
D | mock_device_interop.h | 61 struct interop_database_add_addr { struct 71 extern struct interop_database_add_addr interop_database_add_addr; argument
|
/packages/modules/Bluetooth/system/device/include/ |
D | interop_config.h | 29 void interop_database_add_addr(const uint16_t feature, const RawAddress* addr,
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 435 interop_database_add_addr(INTEROP_HFP_1_9_ALLOWLIST, in bta_ag_sdp_find_attr() 438 interop_database_add_addr(INTEROP_HFP_1_7_ALLOWLIST, in bta_ag_sdp_find_attr()
|
/packages/modules/Bluetooth/system/device/test/ |
D | interop_test.cc | 673 interop_database_add_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, in TEST_F()
|
/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 269 interop_database_add_addr(feature, addr, length); in interop_database_add() 1202 void interop_database_add_addr(const uint16_t feature, const RawAddress* addr, in interop_database_add_addr() function
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 168 void interop_database_add_addr(uint16_t feature, const RawAddress* addr, in interop_database_add_addr() function
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_server.cc | 1268 interop_database_add_addr(INTEROP_ADV_PBAP_VER_1_2, &remote_addr, 3); in update_pce_entry_to_interop_database()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 1133 interop_database_add_addr((interop_feature_t)feature, addr, (size_t)length); in interop_database_add_remove_addr()
|