Home
last modified time | relevance | path

Searched refs:kStaticRandom (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dphase_3.cc220 if (params.type != AddressType::kStaticRandom) { in OnIdentityAddressInformation()
332 .type = (id_info.address.IsStaticRandom() ? AddressType::kStaticRandom in SendIdentityInfo()
Dutil_test.cc592 const DeviceAddress kStaticRandom(DeviceAddress::Type::kLERandom, in TEST() local
601 ASSERT_FALSE(kStaticRandom.IsResolvablePrivate()); in TEST()
606 EXPECT_FALSE(IrkCanResolveRpa(kIRK, kStaticRandom)); in TEST()
Dphase_3_test.cc135 : AddressType::kStaticRandom; in MakeIdentityAddress()
Dsecurity_manager_test.cc371 id_addr_info_ = DeviceAddress(params.type == AddressType::kStaticRandom in OnDataReceived()
471 : AddressType::kStaticRandom; in ReceiveIdentityAddress()
/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Dsmp.h215 kStaticRandom = 0x01, enumerator