Home
last modified time | relevance | path

Searched refs:reconfig (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp668 bool reconfig = false; in SetUserCodecConfigure() local
682 if (codecConfig_->SetCodecUserConfig(userConfig, codecInfo, resultInfo, &reconfig)) { in SetUserCodecConfigure()
683 LOG_INFO("[A2dpProfilePeer]%{public}s reconfig(%{public}d) \n", __func__, reconfig); in SetUserCodecConfigure()
689 if (reconfig) { in SetUserCodecConfigure()
761 bool reconfig = false; in EnableOptionalCodec() local
775 ret = codecConfig_->SetCodecUserConfig(userConfig, capInfo, resultInfo, &reconfig); in EnableOptionalCodec()
781 if (ret && reconfig) { in EnableOptionalCodec()
H A Da2dp_state_machine.cpp180 bool reconfig = false; in ProcessSetConfigInd() local
213 ret = codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()
392 bool reconfig = false; in ProcessSetConfigInd() local
422 codecFactory->SetCodecUserConfig(userConfig, pCodecInfo, pResultConfig, &reconfig); in ProcessSetConfigInd()

Completed in 7 milliseconds