Searched refs:DistributableKeys (Results 1 – 4 of 4) sorted by relevance
56 return DistributableKeys(features.local_key_distribution, is_bredr) || in HasKeysToDistribute()57 DistributableKeys(features.remote_key_distribution, is_bredr); in HasKeysToDistribute()
196 TEST(TypesTest, DistributableKeys) { in TEST() argument199 KeyDistGenField dist_le_keys = DistributableKeys(le_keys, /*is_bredr=*/false); in TEST()205 DistributableKeys(bredr_keys, /*is_bredr=*/true); in TEST()
397 DistributableKeys(features_.remote_key_distribution, in RequestedKeysObtained()409 DistributableKeys(features_.local_key_distribution, in LocalKeysSent()
87 constexpr KeyDistGenField DistributableKeys(KeyDistGenField keys, in DistributableKeys() function