Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c350 int nb_of_msgs_to_process = 0; in btc_a2dp_sink_data_ready() local
359 nb_of_msgs_to_process = fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_data_ready()
360 APPL_TRACE_DEBUG("nb:%d", nb_of_msgs_to_process); in btc_a2dp_sink_data_ready()
361 while (nb_of_msgs_to_process > 0) { in btc_a2dp_sink_data_ready()
372 nb_of_msgs_to_process--; in btc_a2dp_sink_data_ready()