Searched refs:identity_address_ (Results 1 – 5 of 5) sorted by relevance
46 if (record->identity_address_) { in SetLeData()47 mutation.Add(le_device.SetAddressType(record->identity_address_->GetAddressType())); in SetLeData()53 peerid[16] = static_cast<uint8_t>(record->identity_address_->GetAddressType()); in SetLeData()54 std::copy_n(record->identity_address_->GetAddress().data(), 6, peerid.data() + 17); in SetLeData()110 if (record->IsClassicLinkKeyValid() && !record->identity_address_) { in SaveSecurityRecords()153 record->identity_address_ = in LoadSecurityRecords()
60 …if (record->identity_address_.has_value() && record->identity_address_.value() == address) return … in Find()
127 std::optional<hci::AddressWithType> identity_address_; variable
94 record->identity_address_ = identity_address; in TEST_F()
713 record->identity_address_ = result.distributed_keys.remote_identity_address; in OnPairingFinished()