Home
last modified time | relevance | path

Searched refs:IsRpaThatMatchesIrk (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/
Daddress_with_type_test.cc87 TEST(AddressWithTypeTest, IsRpaThatMatchesIrk) { in TEST() argument
96 EXPECT_TRUE(address_1.IsRpaThatMatchesIrk(irk_1)); in TEST()
97 EXPECT_FALSE(address_2.IsRpaThatMatchesIrk(irk_1)); in TEST()
Daddress_with_type.h53 bool IsRpaThatMatchesIrk(const crypto_toolbox::Octet16& irk) const { in IsRpaThatMatchesIrk() function
/system/bt/gd/security/record/
Dsecurity_record_database.h62 …if (record->remote_irk.has_value() && address.IsRpaThatMatchesIrk(record->remote_irk.value())) ret… in Find()