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.c692 struct ll_iso_rx_test_mode *test_mode_rx; in ll_iso_test_sdu_emit() local
710 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_test_sdu_emit()
724 test_mode_rx = sync_stream->test_mode; in ll_iso_test_sdu_emit()
751 if (framed && test_mode_rx->sdu_counter == 0U) { in ll_iso_test_sdu_emit()
757 test_mode_rx->sdu_counter = sdu_counter; in ll_iso_test_sdu_emit()
760 switch (test_mode_rx->payload_type) { in ll_iso_test_sdu_emit()
763 test_mode_rx->received_cnt++; in ll_iso_test_sdu_emit()
765 test_mode_rx->failed_cnt++; in ll_iso_test_sdu_emit()
772 (sdu_counter == test_mode_rx->sdu_counter)) { in ll_iso_test_sdu_emit()
773 test_mode_rx->received_cnt++; in ll_iso_test_sdu_emit()
[all …]