Home
last modified time | relevance | path

Searched refs:BTA_DmAddDevice (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc44 struct BTA_DmAddDevice BTA_DmAddDevice; variable
89 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() function
93 test::mock::bta_dm_api::BTA_DmAddDevice(bd_addr, dev_class, link_key, in BTA_DmAddDevice()
Dmock_bta_dm_api.h91 struct BTA_DmAddDevice { struct
104 extern struct BTA_DmAddDevice BTA_DmAddDevice; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc213 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h910 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc460 BTA_DmAddDevice(bd_addr, dev_class, link_key, (uint8_t)linkkey_type, in btif_in_fetch_bonded_devices()