Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp147 bool IsConfigChanged(const uint8_t (&lastCodecInfo)[A2DP_CODEC_SIZE], const uint8_t *newCodecInfo) in IsConfigChanged()
149 A2dpCodecType lastType = GetCodecType(lastCodecInfo); in IsConfigChanged()
156 return IsSbcConfigChanged(lastCodecInfo, newCodecInfo); in IsConfigChanged()
158 return IsAacConfigChanged(lastCodecInfo, newCodecInfo); in IsConfigChanged()
H A Da2dp_aac_param_ctrl.cpp929 bool IsAacConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo) in IsAacConfigChanged() argument
934 if (ParseInfoAac(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsAacConfigChanged()
H A Da2dp_sbc_param_ctrl.cpp920 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo) in IsSbcConfigChanged() argument
925 if (ParseInfoSbc(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsSbcConfigChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h99 bool IsAacConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo);
H A Da2dp_sbc_param_ctrl.h98 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo);
H A Da2dp_codec_config.h207 bool IsConfigChanged(const uint8_t (&lastCodecInfo)[A2DP_CODEC_SIZE], const uint8_t *newCodecInfo);