Searched refs:newest_trpa (Results 1 – 2 of 2) sorted by relevance
40 zassert_equal(newest_trpa, 0, ""); in helper_privacy_clear()
78 static uint8_t newest_trpa; variable1679 newest_trpa = 0U; in trpa_cache_clear()1688 newest_trpa = (newest_trpa + 1) % CONFIG_BT_CTLR_TRPA_CACHE_SIZE; in trpa_cache_add()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()