Searched refs:lll_filter (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_filter.h | 24 struct lll_filter { struct 97 extern uint8_t ull_filter_lll_fal_match(struct lll_filter const *const filter, 108 extern struct lll_filter *ull_filter_lll_get(bool fal);
|
D | ull_filter.c | 60 static struct lll_filter fal_filter; 112 static struct lll_filter rl_filter; 142 static uint32_t filter_add(struct lll_filter *filter, uint8_t addr_type, 144 static uint32_t filter_remove(struct lll_filter *filter, uint8_t addr_type, 148 static uint32_t filter_find(const struct lll_filter *const filter, 150 static void filter_insert(struct lll_filter *const filter, int index, 152 static void filter_clear(struct lll_filter *filter); 658 struct lll_filter *ull_filter_lll_get(bool filter) in ull_filter_lll_get() 671 uint8_t ull_filter_lll_fal_match(const struct lll_filter *const filter, in ull_filter_lll_fal_match() 1304 static uint32_t filter_add(struct lll_filter *filter, uint8_t addr_type, in filter_add() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan_aux.c | 329 const struct lll_filter *fal = in lll_scan_aux_isr_aux_setup() 342 const struct lll_filter *fal = ull_filter_lll_get(true); in lll_scan_aux_isr_aux_setup() 403 const struct lll_filter *fal = in lll_scan_aux_addr_match_get() 421 const struct lll_filter *fal = ull_filter_lll_get(true); in lll_scan_aux_addr_match_get() 523 struct lll_filter *filter = in prepare_cb() 537 struct lll_filter *fal = ull_filter_lll_get(true); in prepare_cb()
|
D | lll_adv_aux.c | 240 struct lll_filter *filter = in prepare_cb() 250 struct lll_filter *fal = ull_filter_lll_get(true); in prepare_cb()
|
D | lll_adv.c | 994 struct lll_filter *filter = in prepare_cb() 1005 struct lll_filter *fal = ull_filter_lll_get(true); in prepare_cb()
|
D | lll_scan.c | 423 struct lll_filter *filter = 442 struct lll_filter *fal = ull_filter_lll_get(true);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv.c | 374 struct lll_filter *filter = in prepare_cb() 385 struct lll_filter *fal = ull_filter_lll_get(true); in prepare_cb()
|
D | lll_scan.c | 184 struct lll_filter *filter = in prepare_cb() 199 struct lll_filter *fal = ull_filter_lll_get(true); in prepare_cb()
|