Searched refs:trpa_cache (Results 1 – 2 of 2) sorted by relevance
79 static struct lll_trpa_cache trpa_cache[CONFIG_BT_CTLR_TRPA_CACHE_SIZE]; variable106 BUILD_ASSERT(ARRAY_SIZE(trpa_cache) < FILTER_IDX_NONE);1682 trpa_cache[i].rl_idx = FILTER_IDX_NONE; in trpa_cache_clear()1690 (void)memcpy(trpa_cache[newest_trpa].rpa.val, rpa->val, in trpa_cache_add()1692 trpa_cache[newest_trpa].rl_idx = rl_idx; in trpa_cache_add()1698 if (trpa_cache[i].rl_idx == rl_idx && in trpa_cache_find()1699 bt_addr_eq(&(trpa_cache[i].rpa), rpa)) { in trpa_cache_find()1708 return trpa_cache; in ull_filter_lll_trpa_cache_get()
42 zassert_equal(trpa_cache[i].rl_idx, FILTER_IDX_NONE, ""); in helper_privacy_clear()