Searched refs:identity_address_ (Results 1 – 5 of 5) sorted by relevance
50 if (record->identity_address_) { in SetLeData()51 mutation.Add(le_device.SetAddressType(record->identity_address_->GetAddressType())); in SetLeData()57 peerid[16] = static_cast<uint8_t>(record->identity_address_->GetAddressType()); in SetLeData()58 std::copy_n(record->identity_address_->GetAddress().data(), 6, peerid.data() + 17); in SetLeData()117 if (record->IsClassicLinkKeyValid() && !record->identity_address_) { in SaveSecurityRecords()160 record->identity_address_ = in LoadSecurityRecords()
60 …if (record->identity_address_.has_value() && record->identity_address_.value() == address) return … in Find()
122 std::optional<hci::AddressWithType> identity_address_; variable
99 record->identity_address_ = identity_address; in TEST_F()
736 record->identity_address_ = result.distributed_keys.remote_identity_address; in OnPairingFinished()