Searched refs:pref_min (Results 1 – 1 of 1) sorted by relevance
667 UINT8 pref_min; in btif_a2dp_encoder_update() local685 if (bta_av_co_get_remote_bitpool_pref(&pref_min, &pref_max) == TRUE) in btif_a2dp_encoder_update()690 if (pref_min < sbc_config.min_bitpool) in btif_a2dp_encoder_update()691 pref_min = sbc_config.min_bitpool; in btif_a2dp_encoder_update()696 msg.MinBitPool = pref_min; in btif_a2dp_encoder_update()699 if ((pref_min != sbc_config.min_bitpool) || (pref_max != sbc_config.max_bitpool)) in btif_a2dp_encoder_update()702 pref_min, pref_max); in btif_a2dp_encoder_update()