Searched refs:max_bitpool (Results 1 – 2 of 2) sorted by relevance
62 uint8_t max_bitpool; /* Maximum bitpool */ member146 (p_ie->alloc_method & ~A2DP_SBC_IE_ALLOC_MD_MSK) || (p_ie->min_bitpool > p_ie->max_bitpool) || in A2DP_BuildInfoSbc()149 (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL) || in A2DP_BuildInfoSbc()150 (p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL)) { in A2DP_BuildInfoSbc()165 *p_result = p_ie->max_bitpool; in A2DP_BuildInfoSbc()207 p_ie->max_bitpool = *p_codec_info++; in A2DP_ParseInfoSbc()212 if (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL || p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL || in A2DP_ParseInfoSbc()213 p_ie->max_bitpool < p_ie->min_bitpool) { in A2DP_ParseInfoSbc()333 log::verbose("MAX_BitPool peer: 0x{:x}, capability 0x{:x}", cfg_cie.max_bitpool, in A2DP_CodecInfoMatchesCapabilitySbc()334 p_cap->max_bitpool); in A2DP_CodecInfoMatchesCapabilitySbc()[all …]
158 int max_bitpool; in a2dp_sbc_encoder_update() local170 max_bitpool = A2DP_GetMaxBitpoolSbc(p_codec_info); in a2dp_sbc_encoder_update()219 peer_params.peer_mtu, min_bitpool, max_bitpool); in a2dp_sbc_encoder_update()277 if (s16BitPool > max_bitpool) { in a2dp_sbc_encoder_update()