Home
last modified time | relevance | path

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

/Zephyr-latest/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.c155 pdu_data_tx->nesn = lll->nesn; in prepare_cb()
Dlll_peripheral_iso.c553 if ((pdu_rx->nesn != cis_lll->sn) && (cis_lll->tx.bn_curr <= cis_lll->tx.bn)) { in isr_rx()
572 (pdu_rx->sn == cis_lll->nesn) && in isr_rx()
577 cis_lll->nesn++; in isr_rx()
656 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
686 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
696 pdu_tx->nesn = cis_lll->nesn; in isr_rx()
1292 cis_lll->nesn++; in payload_count_flush()
1333 cis_lll->nesn++; in payload_count_rx_flush_or_txrx_inc()
1397 cis_lll->nesn++; in payload_count_lazy()
Dlll_conn.c454 pdu_data_tx->nesn = lll->nesn;
1040 if (pdu_data_rx->nesn != lll->sn) {
1122 if ((pdu_data_rx->sn == lll->nesn) &&
1128 lll->nesn++;
1201 pdu_data_tx->nesn = lll->nesn;
/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h52 uint8_t nesn:1; /* Next expected sequence number */ member
Dlll_conn.h131 uint8_t nesn:1; member
Dpdu.h979 uint8_t nesn:1; member
997 uint8_t nesn:1;
1077 uint8_t nesn:1; member
1089 uint8_t nesn:1;
Dull_peripheral_iso.c340 cis->lll.nesn = 0U; in ull_peripheral_iso_setup()
Dull_central.c213 conn_lll->nesn = 0; in ll_create_connection()
Dull_central_iso.c936 cis->lll.nesn = 0U; in ull_central_iso_setup()
Dull_adv.c1039 conn_lll->nesn = 0;