Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c355 int nb_of_msgs_to_process = 0; in btc_a2dp_sink_data_ready() local
365 nb_of_msgs_to_process = fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_data_ready()
366 APPL_TRACE_DEBUG("nb:%d", nb_of_msgs_to_process); in btc_a2dp_sink_data_ready()
367 while (nb_of_msgs_to_process > 0) { in btc_a2dp_sink_data_ready()
378 nb_of_msgs_to_process--; in btc_a2dp_sink_data_ready()