Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c690 struct ll_iso_rx_test_mode *test_mode_rx; in ll_iso_test_sdu_emit() local
708 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_test_sdu_emit()
722 test_mode_rx = sync_stream->test_mode; in ll_iso_test_sdu_emit()
749 if (framed && test_mode_rx->sdu_counter == 0U) { in ll_iso_test_sdu_emit()
755 test_mode_rx->sdu_counter = sdu_counter; in ll_iso_test_sdu_emit()
758 switch (test_mode_rx->payload_type) { in ll_iso_test_sdu_emit()
761 test_mode_rx->received_cnt++; in ll_iso_test_sdu_emit()
763 test_mode_rx->failed_cnt++; in ll_iso_test_sdu_emit()
770 (sdu_counter == test_mode_rx->sdu_counter)) { in ll_iso_test_sdu_emit()
771 test_mode_rx->received_cnt++; in ll_iso_test_sdu_emit()
[all …]