Searched refs:lll_scan (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan_internal.h | 8 bool lll_scan_isr_rx_check(const struct lll_scan *lll, uint8_t irkmatch_ok, 10 bool lll_scan_adva_check(const struct lll_scan *lll, uint8_t addr_type, 12 bool lll_scan_ext_tgta_check(const struct lll_scan *lll, bool pri, bool is_init, 15 void lll_scan_prepare_connect_req(struct lll_scan *lll, struct pdu_adv *pdu_tx, 24 bool lll_scan_aux_addr_match_get(const struct lll_scan *lll,
|
D | lll_scan.c | 74 static inline int isr_rx_pdu(struct lll_scan *lll, struct pdu_adv *pdu_adv_rx, 81 static inline bool isr_scan_init_check(const struct lll_scan *lll, 86 static bool isr_scan_tgta_check(const struct lll_scan *lll, bool init, 89 static inline bool isr_scan_tgta_rpa_check(const struct lll_scan *lll, 94 static int isr_rx_scan_report(struct lll_scan *lll, uint8_t devmatch_ok, 145 bool lll_scan_isr_rx_check(const struct lll_scan *lll, uint8_t irkmatch_ok, in lll_scan_isr_rx_check() 161 bool lll_scan_adva_check(const struct lll_scan *lll, uint8_t addr_type, in lll_scan_adva_check() 189 bool lll_scan_ext_tgta_check(const struct lll_scan *lll, bool pri, bool is_init, in lll_scan_ext_tgta_check() 231 void lll_scan_prepare_connect_req(struct lll_scan *lll, struct pdu_adv *pdu_tx, in lll_scan_prepare_connect_req() 343 struct lll_scan *lll; [all …]
|
D | lll_scan_aux.c | 60 static void isr_rx(struct lll_scan *lll, struct lll_scan_aux *lll_aux, 62 static int isr_rx_pdu(struct lll_scan *lll, struct lll_scan_aux *lll_aux, 73 static bool isr_rx_connect_rsp_check(struct lll_scan *lll, 260 struct lll_scan *lll; in lll_scan_aux_isr_aux_setup() 388 bool lll_scan_aux_addr_match_get(const struct lll_scan *lll, in lll_scan_aux_addr_match_get() 443 struct lll_scan *lll; in prepare_cb() 631 struct lll_scan *lll; in is_abort_cb() 734 struct lll_scan *lll; in isr_rx_ull_schedule() 745 struct lll_scan *lll; in isr_rx_lll_schedule() 765 static void isr_rx(struct lll_scan *lll, struct lll_scan_aux *lll_aux, in isr_rx() [all …]
|
D | lll_sync.c | 542 struct lll_scan *lll; in is_abort_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_scan.h | 7 struct lll_scan { struct 94 extern uint8_t ull_scan_lll_handle_get(struct lll_scan *lll); 95 extern struct lll_scan *ull_scan_lll_is_valid_get(struct lll_scan *lll);
|
D | ull_scan.c | 87 struct lll_scan *lll; in ll_scan_params_set() 233 struct lll_scan *lll; 360 uint32_t ull_scan_params_set(struct lll_scan *lll, uint8_t type, 392 struct lll_scan *lll; 467 const struct lll_scan *lll_coded; 527 struct lll_scan *lll_1m; 718 struct lll_scan *lll; 812 uint8_t ull_scan_lll_handle_get(struct lll_scan *lll) 829 struct lll_scan *ull_scan_lll_is_valid_get(struct lll_scan *lll) 921 struct lll_scan *lll; [all …]
|
D | ull_scan_types.h | 9 struct lll_scan lll;
|
D | ull_scan_internal.h | 34 uint32_t ull_scan_params_set(struct lll_scan *lll, uint8_t type,
|
D | ull_scan_aux.c | 192 struct lll_scan *lll; in ull_scan_aux_setup() 1006 struct lll_scan *lll; in ull_scan_aux_done() 1050 struct lll_scan *lllscan; in ull_scan_aux_lll_parent_get() 1095 struct lll_scan *lll; in ull_scan_aux_release() 1141 struct lll_scan *lll; in ull_scan_aux_release() 1219 struct lll_scan *lll; in ull_scan_aux_stop() 1330 struct lll_scan *lll; in flush() 1541 struct lll_scan *lll; in ull_scan_aux_setup() 2226 struct lll_scan *lllscan; in ull_scan_aux_lll_parent_get() 2274 struct lll_scan *lll; in ull_scan_aux_release() [all …]
|
D | ull_central.c | 95 struct lll_scan *lll; in ll_create_connection() 127 struct lll_scan *lll_coded; in ll_create_connection() 460 struct lll_scan *scan_lll; in ll_connect_disable()
|
D | ull_sched.c | 175 struct lll_scan *lll = p->param; in ull_sched_mfy_after_cen_offset_get()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_scan.c | 61 static inline bool isr_rx_scan_check(struct lll_scan *lll, uint8_t irkmatch_ok, 63 static inline uint32_t isr_rx_pdu(struct lll_scan *lll, uint8_t devmatch_ok, 67 static inline bool isr_scan_init_check(struct lll_scan *lll, 69 static inline bool isr_scan_init_adva_check(struct lll_scan *lll, 72 static inline bool isr_scan_tgta_check(struct lll_scan *lll, bool init, 75 static inline bool isr_scan_tgta_rpa_check(struct lll_scan *lll, 79 static uint32_t isr_rx_scan_report(struct lll_scan *lll, uint8_t rssi_ready, 126 struct lll_scan *lll = prepare_param->param; in prepare_cb() 284 struct lll_scan *lll = curr; in is_abort_cb() 353 struct lll_scan *lll = (void *)param; in isr_rx() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/ |
D | CMakeLists.txt | 16 lll/lll_scan.c
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull_scan.c | 82 uint32_t ull_scan_params_set(struct lll_scan *lll, uint8_t type, in ull_scan_params_set()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ |
D | CMakeLists.txt | 29 lll/lll_scan.c
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 6786 static uint8_t ext_adv_direct_addr_type(struct lll_scan *lll, 7206 struct lll_scan *lll;
|