Home
last modified time | relevance | path

Searched refs:nesn (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central_iso.c211 pdu_tx->nesn = cis_lll->nesn; in prepare_cb()
255 pdu_tx->nesn = cis_lll->nesn; in prepare_cb()
265 pdu_tx->nesn = cis_lll->nesn; in prepare_cb()
715 if ((pdu_rx->nesn != cis_lll->sn) && (cis_lll->tx.bn_curr <= cis_lll->tx.bn)) { in isr_rx()
733 (pdu_rx->sn == cis_lll->nesn) && in isr_rx()
738 cis_lll->nesn++; in isr_rx()
952 pdu_tx->nesn = cis_lll->nesn; in isr_prepare_subevent()
983 pdu_tx->nesn = cis_lll->nesn; in isr_prepare_subevent()
993 pdu_tx->nesn = cis_lll->nesn; in isr_prepare_subevent()
1158 cis_lll->nesn++; in payload_count_flush()
[all …]
Dlll_central.c154 pdu_data_tx->nesn = lll->nesn; in prepare_cb()
Dlll_peripheral_iso.c543 if ((pdu_rx->nesn != cis_lll->sn) && (cis_lll->tx.bn_curr <= cis_lll->tx.bn)) { in isr_rx()
562 (pdu_rx->sn == cis_lll->nesn) && in isr_rx()
567 cis_lll->nesn++; in isr_rx()
646 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
676 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
686 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
1282 cis_lll->nesn++; in payload_count_flush()
1323 cis_lll->nesn++; in payload_count_rx_flush_or_txrx_inc()
1391 cis_lll->nesn++; in payload_count_lazy()
Dlll_conn.c372 pdu_data_tx->nesn = lll->nesn;
909 if (pdu_data_rx->nesn != lll->sn) {
991 if ((pdu_data_rx->sn == lll->nesn) &&
997 lll->nesn++;
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c132 pdu_data_tx->nesn = lll->nesn; in prepare_cb()
Dlll_conn.c244 pdu_data_tx->nesn = lll->nesn; in lll_conn_isr_rx()
645 if (pdu_data_rx->nesn != lll->sn) { in isr_rx_pdu()
709 if ((pdu_data_rx->sn == lll->nesn) && in isr_rx_pdu()
715 lll->nesn++; in isr_rx_pdu()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h47 uint8_t nesn:1; /* Next expected sequence number */ member
Dlll_conn.h116 uint8_t nesn:1; member
Dpdu.h950 uint8_t nesn:1; member
968 uint8_t nesn:1;
1048 uint8_t nesn:1; member
1060 uint8_t nesn:1;
Dull_peripheral_iso.c335 cis->lll.nesn = 0U; in ull_peripheral_iso_setup()
Dull_central.c213 conn_lll->nesn = 0; in ll_create_connection()
Dull_central_iso.c914 cis->lll.nesn = 0U; in ull_central_iso_setup()
Dull_adv.c1011 conn_lll->nesn = 0;