Searched refs:BTA_DmAddDevice (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.cc | 44 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()
|
D | mock_bta_dm_api.h | 91 struct BTA_DmAddDevice { struct 104 extern struct BTA_DmAddDevice BTA_DmAddDevice; argument
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 213 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 910 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 460 BTA_DmAddDevice(bd_addr, dev_class, link_key, (uint8_t)linkkey_type, in btif_in_fetch_bonded_devices()
|