Home
last modified time | relevance | path

Searched refs:trpa_cache (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c79 static struct lll_trpa_cache trpa_cache[CONFIG_BT_CTLR_TRPA_CACHE_SIZE]; variable
106 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()
/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/
Dmain.c42 zassert_equal(trpa_cache[i].rl_idx, FILTER_IDX_NONE, ""); in helper_privacy_clear()