Searched refs:maxBitpool (Results 1 – 3 of 3) sorted by relevance
615 resultCap.maxBitpool = localCapability.maxBitpool; in SetBitPool()616 if (resultCap.maxBitpool > peerCapability.maxBitpool) { in SetBitPool()617 resultCap.maxBitpool = peerCapability.maxBitpool; in SetBitPool()620 if (resultCap.minBitpool > localCapability.maxBitpool) { in SetBitPool()788 LOG_INFO("[CodecConfigSbcBase] %{public}s [maxBitpool:0x%x]", __func__, cfgCap.maxBitpool); in GetMaxBitpoolSbc()789 return cfgCap.maxBitpool; in GetMaxBitpoolSbc()868 *codecInfo++ = sbcCap->maxBitpool; in BuildSbcInfo()904 sbcCap->maxBitpool = *codecInfo++; in ParseInfoSbc()910 … if ((sbcCap->maxBitpool < A2DP_SBC_MIN_BITPOOL) || (sbcCap->maxBitpool > A2DP_SBC_MAX_BITPOOL) || in ParseInfoSbc()911 (sbcCap->maxBitpool < sbcCap->minBitpool)) { in ParseInfoSbc()[all …]
172 uint8_t maxBitpool; /* Maximum bitpool */ member
496 *data = A2DP_SBC_SINK_CAPS.maxBitpool; in BuildCodecInfo()506 *data = A2DP_SBC_SOURCE_CAPS.maxBitpool; in BuildCodecInfo()