Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c72 static inline bool isr_scan_tgta_check(struct lll_scan *lll, bool init,
959 isr_scan_tgta_check(lll, false, pdu_adv_rx, rl_idx,
1006 isr_scan_tgta_check(lll, true, pdu, rl_idx, NULL)))));
1027 static inline bool isr_scan_tgta_check(struct lll_scan *lll, bool init, function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c86 static bool isr_scan_tgta_check(const struct lll_scan *lll, bool init,
225 isr_scan_tgta_check(lll, is_init, rx_addr, tgta, rl_idx, in lll_scan_ext_tgta_check()
1379 isr_scan_tgta_check(lll, false, pdu_adv_rx->rx_addr,
1446 isr_scan_tgta_check(lll, true, pdu->rx_addr,
1452 static bool isr_scan_tgta_check(const struct lll_scan *lll, bool init, function