Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c840 UINT8 pref_max; in btif_a2dp_encoder_update() local
857 if (bta_av_co_get_remote_bitpool_pref(&pref_min, &pref_max) == TRUE) in btif_a2dp_encoder_update()
865 if (pref_max > sbc_config.max_bitpool) in btif_a2dp_encoder_update()
866 pref_max = sbc_config.max_bitpool; in btif_a2dp_encoder_update()
869 msg.MaxBitPool = pref_max; in btif_a2dp_encoder_update()
871 if ((pref_min != sbc_config.min_bitpool) || (pref_max != sbc_config.max_bitpool)) in btif_a2dp_encoder_update()
874 pref_min, pref_max); in btif_a2dp_encoder_update()