Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c673 UINT8 pref_max; in btc_a2dp_source_encoder_update() local
689 if (bta_av_co_get_remote_bitpool_pref(&pref_min, &pref_max) == TRUE) { in btc_a2dp_source_encoder_update()
697 if (pref_max > sbc_config.max_bitpool) { in btc_a2dp_source_encoder_update()
698 pref_max = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()
702 msg.MaxBitPool = pref_max; in btc_a2dp_source_encoder_update()
704 if ((pref_min != sbc_config.min_bitpool) || (pref_max != sbc_config.max_bitpool)) { in btc_a2dp_source_encoder_update()
706 pref_min, pref_max); in btc_a2dp_source_encoder_update()