Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_sbc_param_ctrl.h98 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp156 return IsSbcConfigChanged(lastCodecInfo, newCodecInfo); in IsConfigChanged()
H A Da2dp_sbc_param_ctrl.cpp920 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo) in IsSbcConfigChanged() function