Home
last modified time | relevance | path

Searched refs:BTA_DmAddBleDevice (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc40 struct BTA_DmAddBleDevice BTA_DmAddBleDevice; variable
105 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() function
108 test::mock::bta_dm_api::BTA_DmAddBleDevice(bd_addr, addr_type, dev_type); in BTA_DmAddBleDevice()
Dmock_bta_dm_api.h53 struct BTA_DmAddBleDevice { struct
63 extern struct BTA_DmAddBleDevice BTA_DmAddBleDevice; argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc299 BTA_DmAddBleDevice(address, addr_type, device_type); in btif_gatts_open_impl()
336 BTA_DmAddBleDevice(address, addr_type, device_type); in btif_gatts_open_impl_use_address_type()
Dbtif_gatt_client.cc301 BTA_DmAddBleDevice(address, addr_type, device_type); in btif_gattc_open_impl()
308 BTA_DmAddBleDevice(address, addr_type, device_type); in btif_gattc_open_impl()
Dbtif_dm.cc853 BTA_DmAddBleDevice(bd_addr, addr_type, in btif_dm_cb_create_bond()
889 BTA_DmAddBleDevice(bd_addr, addr_type, BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond_le()
4175 BTA_DmAddBleDevice(address, addr_type, device_type); in btif_check_device_in_inquiry_db()
Dbtif_storage.cc520 BTA_DmAddBleDevice(bd_addr, addr_type, BT_DEVICE_TYPE_BLE); in btif_read_le_key()
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h422 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc206 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() function