Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c229 if (!test_stream->tx_active) { in stream_sent_cb()
252 if (test_stream->tx_active) { in stream_sent_cb()
516 broadcast_source_streams[i].tx_active = false; in test_broadcast_source_stop()
606 test_stream->tx_active = true; in test_main()
684 test_stream->tx_active = true; in test_main_encrypted()
Dbap_unicast_server_test.c209 test_stream->tx_active = false; in lc3_disable()
314 if (!test_stream->tx_active) { in stream_sent_cb()
332 if (test_stream->tx_active) { in stream_sent_cb()
392 test_stream->tx_active = true; in transceive_test_streams()
Dcommon.h136 bool tx_active; member
Dcap_initiator_broadcast_test.c135 if (!test_stream->tx_active) { in broadcast_sent_cb()
164 if (test_stream->tx_active) { in broadcast_sent_cb()
568 broadcast_source_streams[i].tx_active = false; in test_broadcast_audio_stop()
661 test_stream->tx_active = true; in test_main_cap_initiator_broadcast()
767 test_stream->tx_active = true; in test_cap_initiator_ac()
Dbap_unicast_client_test.c138 test_stream->tx_active = false; in stream_disabled()
202 if (!test_stream->tx_active) { in stream_sent_cb()
220 if (test_stream->tx_active) { in stream_sent_cb()
884 test_stream->tx_active = true; in transceive_streams()
Dgmap_ugg_test.c188 if (!test_stream->tx_active) { in stream_sent_cb()
217 if (test_stream->tx_active) { in stream_sent_cb()
1156 broadcast_streams[i].tx_active = false; in broadcast_audio_stop()
1264 test_stream->tx_active = true; in test_gmap_ugg_broadcast_ac()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_sam0.c151 size_t tx_active = dev_data->tx_len; in uart_sam0_tx_halt() local
170 evt.data.tx.len = tx_active - st.pending_length; in uart_sam0_tx_halt()
173 if (tx_active) { in uart_sam0_tx_halt()