Home
last modified time | relevance | path

Searched refs:lll_scan_aux (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_scan.h31 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
Dlll_scan_aux.h14 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,
Dull_scan_types.h39 struct lll_scan_aux lll;
72 struct lll_scan_aux lll;
Dlll_sync.h67 struct lll_scan_aux *volatile lll_aux;
Dull_scan_aux.c91 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 …]
Dull_scan.c678 struct lll_scan_aux *aux_scan_lll;
Dull_sync.c555 struct lll_scan_aux *lll_aux; in ll_sync_terminate()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_internal.h8 struct lll_scan_aux *lll_aux);
Dlll_scan_aux.c60 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;
Dlll_sync.c146 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/
DCMakeLists.txt33 lll/lll_scan_aux.c
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst945 * :github:`42125` - Bluetooth: controller: llcp: lll_scan_aux does not compile with new LLCP