Home
last modified time | relevance | path

Searched refs:SetSinkCodecConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_factory.h45 bool SetSinkCodecConfig(const uint8_t *peerCodecInfo, uint8_t *resultCodecInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp159 bool A2dpCodecFactory::SetSinkCodecConfig(const uint8_t *peerCodecInfo, uint8_t *resultCodecInfo) in SetSinkCodecConfig() function in OHOS::bluetooth::A2dpCodecFactory
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp208 ret = codecFactory->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
418 codecFactory->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ProcessSetConfigInd()
H A Da2dp_avdtp.cpp399 ret = peer->GetCodecConfigure()->SetSinkCodecConfig(pCodecInfo, pResultConfig); in ParseAvdtpReconfigureInd()
H A Da2dp_profile_peer.cpp537 ret = codecConfig_->SetSinkCodecConfig(codecInfo, resConigInfo); in FindCapabilityMatched()