Home
last modified time | relevance | path

Searched refs:bt_rpa_irk_matches (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/mocks/
Drpa.h13 FAKE(bt_rpa_irk_matches) \
15 DECLARE_FAKE_VALUE_FUNC(bool, bt_rpa_irk_matches, const uint8_t *, const bt_addr_t *);
Drpa.c10 DEFINE_FAKE_VALUE_FUNC(bool, bt_rpa_irk_matches, const uint8_t *, const bt_addr_t *);
/Zephyr-Core-3.5.0/subsys/bluetooth/common/
Drpa.h15 bool bt_rpa_irk_matches(const uint8_t irk[16], const bt_addr_t *addr);
Drpa.c85 bool bt_rpa_irk_matches(const uint8_t irk[16], const bt_addr_t *addr) in bt_rpa_irk_matches() function
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_filter.c975 return bt_rpa_irk_matches(rl[rl_idx].local_irk, in ull_filter_lll_rl_addr_resolve()
1518 } else if (bt_rpa_irk_matches(rl[idx].local_irk, search_rpa)) { in target_resolve()
1556 if (bt_rpa_irk_matches(lpirk, rpa)) { in prpa_cache_try_resolve()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dkeys.c263 if (bt_rpa_irk_matches(key_pool[i].irk.val, &addr->a)) { in bt_keys_find_irk()