Searched refs:lll_scan_aux (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_scan.h | 31 struct lll_scan_aux *lll_aux; 66 struct lll_scan_aux { struct 96 extern struct lll_scan_aux *ull_scan_aux_lll_is_valid_get(struct lll_scan_aux *lll); argument
|
D | lll_scan_aux.h | 14 extern uint8_t ull_scan_aux_lll_handle_get(struct lll_scan_aux *lll); 15 extern void *ull_scan_aux_lll_parent_get(struct lll_scan_aux *lll,
|
D | ull_scan_types.h | 39 struct lll_scan_aux lll; 72 struct lll_scan_aux lll;
|
D | lll_sync.h | 67 struct lll_scan_aux *volatile lll_aux;
|
D | ull_scan_aux.c | 91 struct ll_scan_aux_chain *lll_scan_aux_chain_is_valid_get(struct lll_scan_aux *lll); 176 struct lll_scan_aux *lll_aux; in ull_scan_aux_setup() 1032 uint8_t ull_scan_aux_lll_handle_get(struct lll_scan_aux *lll) in ull_scan_aux_lll_handle_get() 1041 void *ull_scan_aux_lll_parent_get(struct lll_scan_aux *lll, in ull_scan_aux_lll_parent_get() 1074 struct lll_scan_aux *ull_scan_aux_lll_is_valid_get(struct lll_scan_aux *lll) in ull_scan_aux_lll_is_valid_get() 1089 struct lll_scan_aux *lll_aux; in ull_scan_aux_release() 1529 struct lll_scan_aux *lll_aux; in ull_scan_aux_setup() 2212 struct ll_scan_aux_chain *lll_scan_aux_chain_is_valid_get(struct lll_scan_aux *lll) in lll_scan_aux_chain_is_valid_get() 2217 void *ull_scan_aux_lll_parent_get(struct lll_scan_aux *lll, in ull_scan_aux_lll_parent_get() 2250 struct lll_scan_aux *ull_scan_aux_lll_is_valid_get(struct lll_scan_aux *lll) in ull_scan_aux_lll_is_valid_get() [all …]
|
D | ull_scan.c | 678 struct lll_scan_aux *aux_scan_lll;
|
D | ull_sync.c | 555 struct lll_scan_aux *lll_aux; in ll_sync_terminate()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_internal.h | 8 struct lll_scan_aux *lll_aux);
|
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, 253 struct lll_scan_aux *lll_aux; in lll_scan_aux_isr_aux_setup() 438 struct lll_scan_aux *lll_aux; in prepare_cb() 733 struct lll_scan_aux *lll_aux; in isr_rx_ull_schedule() 765 static void isr_rx(struct lll_scan *lll, struct lll_scan_aux *lll_aux, in isr_rx() 920 static int isr_rx_pdu(struct lll_scan *lll, struct lll_scan_aux *lll_aux, 938 struct lll_scan_aux *lll_aux_to_use; 1368 static void isr_tx(struct lll_scan_aux *lll_aux, void *pdu_rx, 1480 struct lll_scan_aux *lll_aux;
|
D | lll_sync.c | 146 struct lll_scan_aux *lll_aux) in lll_sync_aux_prepare_cb() 541 struct lll_scan_aux *lll_aux; in is_abort_cb() 1073 struct lll_scan_aux *lll_aux; in isr_rx_aux_chain()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ |
D | CMakeLists.txt | 33 lll/lll_scan_aux.c
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 945 * :github:`42125` - Bluetooth: controller: llcp: lll_scan_aux does not compile with new LLCP
|