Searched refs:max_bitpool (Results 1 – 6 of 6) sorted by relevance
64 (p_ie->max_bitpool < p_ie->min_bitpool) || in A2D_BldSbcInfo()65 (p_ie->max_bitpool < A2D_SBC_IE_MIN_BITPOOL) || in A2D_BldSbcInfo()66 (p_ie->max_bitpool > A2D_SBC_IE_MAX_BITPOOL) || in A2D_BldSbcInfo()83 *p_result = p_ie->max_bitpool; in A2D_BldSbcInfo()129 p_ie->max_bitpool = *p_info; in A2D_ParsSbcInfo()135 … if (p_ie->max_bitpool < A2D_SBC_IE_MIN_BITPOOL || p_ie->max_bitpool > A2D_SBC_IE_MAX_BITPOOL || in A2D_ParsSbcInfo()136 p_ie->max_bitpool < p_ie->min_bitpool) { in A2D_ParsSbcInfo()
449 if (p_pref->max_bitpool != 0 && p_pref->max_bitpool < peer_cie.max_bitpool) { in bta_av_sbc_cfg_for_cap()450 peer_cie.max_bitpool = p_pref->max_bitpool; in bta_av_sbc_cfg_for_cap()493 …PL_TRACE_DEBUG(" MAX_BitPool peer: 0%x, capability 0%x", cfg_cie.max_bitpool, p_cap->max_bitpool); in bta_av_sbc_cfg_matches_cap()517 else if (cfg_cie.max_bitpool > p_cap->max_bitpool) { in bta_av_sbc_cfg_matches_cap()573 else if (cfg_cie.max_bitpool > p_cap->max_bitpool) { in bta_av_sbc_cfg_in_cap()
682 sbc_config.max_bitpool, sbc_config.max_bitpool); in btc_a2dp_source_encoder_update()684 if (sbc_config.min_bitpool > sbc_config.max_bitpool) { in btc_a2dp_source_encoder_update()697 if (pref_max > sbc_config.max_bitpool) { in btc_a2dp_source_encoder_update()698 pref_max = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()704 if ((pref_min != sbc_config.min_bitpool) || (pref_max != sbc_config.max_bitpool)) { in btc_a2dp_source_encoder_update()710 msg.MaxBitPool = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()
380 pref_cap.max_bitpool = src_cap.max_bitpool; in bta_av_build_src_cfg()1553 p_sbc_config->max_bitpool = in bta_av_co_audio_get_sbc_config()1555 p_sbc_config->max_bitpool); in bta_av_co_audio_get_sbc_config()1557 p_sbc_config->min_bitpool, p_sbc_config->max_bitpool); in bta_av_co_audio_get_sbc_config()
514 APPL_TRACE_EVENT("\tBit pool Min:%d Max:%d\n", sbc_cie.min_bitpool, sbc_cie.max_bitpool); in btc_a2dp_sink_handle_decoder_reset()
83 UINT8 max_bitpool; /* Maximum bitpool */ member