Searched refs:isr_rx_pdu (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 41 static int isr_rx_pdu(struct lll_conn *lll, struct pdu_data *pdu_data_rx, 173 err = isr_rx_pdu(lll, pdu_data_rx, &tx_release, &is_rx_enqueue); in lll_conn_isr_rx() 641 static int isr_rx_pdu(struct lll_conn *lll, struct pdu_data *pdu_data_rx, in isr_rx_pdu() function
|
D | lll_adv.c | 59 static inline int isr_rx_pdu(struct lll_adv *lll, 639 err = isr_rx_pdu(param, devmatch_ok, devmatch_id, irkmatch_ok, in isr_rx() 822 static inline int isr_rx_pdu(struct lll_adv *lll, in isr_rx_pdu() function
|
D | lll_scan.c | 63 static inline uint32_t isr_rx_pdu(struct lll_scan *lll, uint8_t devmatch_ok, 412 err = isr_rx_pdu(lll, devmatch_ok, devmatch_id, irkmatch_ok, in isr_rx() 658 static inline uint32_t isr_rx_pdu(struct lll_scan *lll, uint8_t devmatch_ok, function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_aux.c | 61 static inline int isr_rx_pdu(struct lll_adv_aux *lll_aux, uint8_t phy_flags_rx, 599 err = isr_rx_pdu(param, phy_flags_rx, devmatch_ok, devmatch_id, in isr_rx() 615 static inline int isr_rx_pdu(struct lll_adv_aux *lll_aux, uint8_t phy_flags_rx, in isr_rx_pdu() function
|
D | lll_conn.c | 48 static inline int isr_rx_pdu(struct lll_conn *lll, struct pdu_data *pdu_data_rx, 262 err = isr_rx_pdu(lll, pdu_data_rx, &is_rx_enqueue, &tx_release, 889 static inline int isr_rx_pdu(struct lll_conn *lll, struct pdu_data *pdu_data_rx, function
|
D | lll_scan.c | 74 static inline int isr_rx_pdu(struct lll_scan *lll, struct pdu_adv *pdu_adv_rx, 755 err = isr_rx_pdu(lll, pdu, devmatch_ok, devmatch_id, irkmatch_ok, 1109 static inline int isr_rx_pdu(struct lll_scan *lll, struct pdu_adv *pdu_adv_rx, function
|
D | lll_adv.c | 75 static inline int isr_rx_pdu(struct lll_adv *lll, 1281 err = isr_rx_pdu(param, devmatch_ok, devmatch_id, irkmatch_ok, in isr_rx() 1503 static inline int isr_rx_pdu(struct lll_adv *lll, in isr_rx_pdu() function
|
D | lll_scan_aux.c | 62 static int isr_rx_pdu(struct lll_scan *lll, struct lll_scan_aux *lll_aux, 836 err = isr_rx_pdu(lll, lll_aux, node_rx, pdu, phy_aux, phy_aux_flags_rx, in isr_rx() 890 static int isr_rx_pdu(struct lll_scan *lll, struct lll_scan_aux *lll_aux, function
|