Searched refs:bt_rpa_irk_matches (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/mocks/ |
D | rpa.h | 13 FAKE(bt_rpa_irk_matches) \ 15 DECLARE_FAKE_VALUE_FUNC(bool, bt_rpa_irk_matches, const uint8_t *, const bt_addr_t *);
|
D | rpa.c | 10 DEFINE_FAKE_VALUE_FUNC(bool, bt_rpa_irk_matches, const uint8_t *, const bt_addr_t *);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/common/ |
D | rpa.h | 15 bool bt_rpa_irk_matches(const uint8_t irk[16], const bt_addr_t *addr);
|
D | rpa.c | 85 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/ |
D | ull_filter.c | 975 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/ |
D | keys.c | 263 if (bt_rpa_irk_matches(key_pool[i].irk.val, &addr->a)) { in bt_keys_find_irk()
|