Searched refs:reconfig (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile_peer.cpp | 668 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 D | a2dp_state_machine.cpp | 180 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 6 milliseconds