Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcommon.h72 #define MIN_SEND_COUNT 100 macro
Dbap_unicast_server_test.c398 while (test_stream->tx_cnt < MIN_SEND_COUNT) { in transceive_test_streams()
408 while (test_stream->rx_cnt < MIN_SEND_COUNT) { in transceive_test_streams()
Dpbp_public_broadcast_sink_test.c111 if (recv_cnt >= MIN_SEND_COUNT) { in recv_cb()
Dbap_unicast_client_test.c890 while (test_stream->tx_cnt < MIN_SEND_COUNT) { in transceive_streams()
900 while (test_stream->rx_cnt < MIN_SEND_COUNT) { in transceive_streams()
Dbap_broadcast_sink_test.c594 if (test_stream->rx_cnt >= MIN_SEND_COUNT) { in recv_cb()
Dcap_acceptor_test.c334 if (test_stream->rx_cnt >= MIN_SEND_COUNT) { in recv_cb()