Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp615 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 …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h172 uint8_t maxBitpool; /* Maximum bitpool */ member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp496 *data = A2DP_SBC_SINK_CAPS.maxBitpool; in BuildCodecInfo()
506 *data = A2DP_SBC_SOURCE_CAPS.maxBitpool; in BuildCodecInfo()