Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_config.h129 const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo, bool *restartConfig);
130 virtual bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) = 0;
H A Da2dp_aac_param_ctrl.h30 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
H A Da2dp_sbc_param_ctrl.h29 bool SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp165 const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo, bool *restartConfig) in SetCodecUserConfig() argument
175 ret = SetCodecConfig(peerCodeInfo, resultCodecInfo); in SetCodecUserConfig()
H A Da2dp_aac_param_ctrl.cpp621 bool A2dpCodecConfigAacBase::SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) in SetCodecConfig() argument
632 if (ParseInfoAac(&cfgCap, peerCodeInfo) != A2DP_SUCCESS) { in SetCodecConfig()
H A Da2dp_sbc_param_ctrl.cpp654 bool A2dpCodecConfigSbcBase::SetCodecConfig(const uint8_t *peerCodeInfo, uint8_t *resultCodecInfo) in SetCodecConfig() argument
665 if (ParseInfoSbc(&cfgCap, peerCodeInfo) != A2DP_SUCCESS) { in SetCodecConfig()