Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c704 UINT8 pref_max; in btc_a2dp_source_encoder_update() local
720 if (bta_av_co_get_remote_bitpool_pref(&pref_min, &pref_max) == TRUE) { in btc_a2dp_source_encoder_update()
728 if (pref_max > sbc_config.max_bitpool) { in btc_a2dp_source_encoder_update()
729 pref_max = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()
733 msg.MaxBitPool = pref_max; in btc_a2dp_source_encoder_update()
735 if ((pref_min != sbc_config.min_bitpool) || (pref_max != sbc_config.max_bitpool)) { in btc_a2dp_source_encoder_update()
737 pref_min, pref_max); in btc_a2dp_source_encoder_update()