Searched refs:pref_min (Results 1 – 1 of 1) sorted by relevance
703 UINT8 pref_min; in btc_a2dp_source_encoder_update() local720 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()