Searched refs:BTA_DmBond (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.cc | 55 struct BTA_DmBond BTA_DmBond; variable 182 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond() function 185 test::mock::bta_dm_api::BTA_DmBond(bd_addr, addr_type, transport, in BTA_DmBond()
|
D | mock_bta_dm_api.h | 263 struct BTA_DmBond { struct 274 extern struct BTA_DmBond BTA_DmBond; argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_sec_api.h | 271 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 40 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 869 BTA_DmBond(bd_addr, addr_type, transport, device_type); in btif_dm_cb_create_bond() 890 BTA_DmBond(bd_addr, addr_type, BT_TRANSPORT_LE, BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond_le() 2713 BTA_DmBond(bd_addr, address_type, transport, BT_DEVICE_TYPE_BLE); in btif_dm_create_bond_out_of_band()
|