Home
last modified time | relevance | path

Searched refs:is_empty_pdu_tx_retry (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c124 uint8_t is_empty_pdu_tx_retry; in lll_conn_isr_rx() local
195 is_empty_pdu_tx_retry = lll->empty; in lll_conn_isr_rx()
217 lll->empty = is_empty_pdu_tx_retry; in lll_conn_isr_rx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c275 uint8_t is_empty_pdu_tx_retry; local
389 is_empty_pdu_tx_retry = lll->empty;
427 lll->empty = is_empty_pdu_tx_retry;
489 if (!is_empty_pdu_tx_retry && (pdu_data_tx->len == 0U)) {