Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c703 UINT8 pref_min; 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()
724 if (pref_min < sbc_config.min_bitpool) { in btc_a2dp_source_encoder_update()
725 pref_min = sbc_config.min_bitpool; in btc_a2dp_source_encoder_update()
732 msg.MinBitPool = pref_min; 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()