Home
last modified time | relevance | path

Searched refs:DistributableKeys (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dtypes.cc56 return DistributableKeys(features.local_key_distribution, is_bredr) || in HasKeysToDistribute()
57 DistributableKeys(features.remote_key_distribution, is_bredr); in HasKeysToDistribute()
Dtypes_test.cc196 TEST(TypesTest, DistributableKeys) { in TEST() argument
199 KeyDistGenField dist_le_keys = DistributableKeys(le_keys, /*is_bredr=*/false); in TEST()
205 DistributableKeys(bredr_keys, /*is_bredr=*/true); in TEST()
Dphase_3.cc397 DistributableKeys(features_.remote_key_distribution, in RequestedKeysObtained()
409 DistributableKeys(features_.local_key_distribution, in LocalKeysSent()
/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Dtypes.h87 constexpr KeyDistGenField DistributableKeys(KeyDistGenField keys, in DistributableKeys() function