Home
last modified time | relevance | path

Searched refs:ISOAL_ERR_SPOOL (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c54 (s == ISOAL_ERR_SPOOL ? "ERR SPOOL" : "???")))
762 (!pdu_err || sp->fsm == ISOAL_ERR_SPOOL); in isoal_rx_unframed_consume()
770 if (sp->fsm == ISOAL_ERR_SPOOL) { in isoal_rx_unframed_consume()
860 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
877 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
887 case ISOAL_ERR_SPOOL: in isoal_rx_unframed_consume()
895 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
938 (sp->fsm != ISOAL_ERR_SPOOL)) { in isoal_rx_unframed_consume()
944 if (sp->fsm != ISOAL_ERR_SPOOL && (!pdu_padding || end_of_packet)) { in isoal_rx_unframed_consume()
1229 case ISOAL_ERR_SPOOL: in isoal_rx_framed_consume()
[all …]
Disoal.h288 ISOAL_ERR_SPOOL enumerator
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_rx.c1753 ISOAL_ERR_SPOOL, in ZTEST()
1756 FSM_TO_STR(ISOAL_ERR_SPOOL)); in ZTEST()
3110 ISOAL_ERR_SPOOL, in ZTEST()
3113 FSM_TO_STR(ISOAL_ERR_SPOOL)); in ZTEST()
3340 ISOAL_ERR_SPOOL, in ZTEST()
3343 FSM_TO_STR(ISOAL_ERR_SPOOL)); in ZTEST()
3451 ISOAL_ERR_SPOOL, in ZTEST()
3454 FSM_TO_STR(ISOAL_ERR_SPOOL)); in ZTEST()
3645 ISOAL_ERR_SPOOL, in ZTEST()
3648 FSM_TO_STR(ISOAL_ERR_SPOOL)); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.h43 (s == ISOAL_ERR_SPOOL ? "ERR SPOOL" : "???")))