Home
last modified time | relevance | path

Searched refs:SetAddressType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc267 p_dev_rec->ble.SetAddressType(p_inq_info->results.ble_addr_type); in btm_sec_alloc_dev()
422 p_target_rec->ble.SetAddressType(p_dev_rec->ble.AddressType()); in btm_consolidate_dev()
Dsecurity_device_record.h113 void SetAddressType(tBLE_ADDR_TYPE ble_addr_type) { in SetAddressType() function
Dbtm_ble_sec.cc107 p_dev_rec->ble.SetAddressType(addr_type); in BTM_SecAddBleDevice()
503 p_dev_rec->ble.SetAddressType(p_inq_info->results.ble_addr_type); in BTM_ReadDevInfo()
1528 p_dev_rec->ble.SetAddressType(addr_type); in btm_ble_connected()
/packages/modules/Bluetooth/system/gd/storage/
Dle_device_test.cc51 mutation.Add(device.SetAddressType(AddressType::RANDOM_DEVICE_ADDRESS)); in TEST()
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.cc51 mutation.Add(le_device.SetAddressType(record->identity_address_->GetAddressType())); in SetLeData()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc817 le_device.SetAddressType((bluetooth::hci::AddressType)addr_type)); in handle_remote_properties()