Home
last modified time | relevance | path

Searched refs:profilePeer (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp175 A2dpProfilePeer *profilePeer = nullptr; in ProcessSetConfigInd() local
185 profilePeer = profile->FindPeerByAddress(msgData.configRsp.addr); in ProcessSetConfigInd()
186 if (profilePeer == nullptr) { in ProcessSetConfigInd()
189 A2dpCodecFactory *codecFactory = profilePeer->GetCodecConfigure(); in ProcessSetConfigInd()
234 LOG_ERROR("[A2dpStateIdle]%{public}s Failed to get profilePeer instance\n", __func__); in ProcessDiscoverReq()
388 A2dpProfilePeer *profilePeer = nullptr; in ProcessSetConfigInd() local
399 profilePeer = profile->FindPeerByAddress(msgData.configRsp.addr); in ProcessSetConfigInd()
400 if (profilePeer == nullptr) { in ProcessSetConfigInd()
401 LOG_ERROR("[A2dpStateIdle]%{public}s Failed to get profilePeer instance\n", __func__); in ProcessSetConfigInd()
405 A2dpCodecFactory *codecFactory = profilePeer in ProcessSetConfigInd()
[all...]
H A Da2dp_profile_peer.cpp579 A2dpProfilePeer *profilePeer = instance->FindPeerByAddress(addr); in ParseSDPInformation() local
580 if (profilePeer == nullptr) { in ParseSDPInformation()
588 profilePeer->SetSDPServiceCapability(true); in ParseSDPInformation()
590 profilePeer->SetSDPServiceCapability(false); in ParseSDPInformation()
596 profilePeer->SetAvdtpVersion(true); in ParseSDPInformation()
598 profilePeer->SetAvdtpVersion(false); in ParseSDPInformation()
602 profilePeer->SetA2dpVersion(true); in ParseSDPInformation()
604 profilePeer->SetA2dpVersion(false); in ParseSDPInformation()
H A Da2dp_avdtp.cpp454 A2dpProfilePeer *profilePeer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpCloseInd() local
455 if (profilePeer == nullptr) { in ParseAvdtpCloseInd()
464 profilePeer->SetStreamHandle(handle); in ParseAvdtpCloseInd()
465 profilePeer->StopSignalingTimer(); in ParseAvdtpCloseInd()
466 profilePeer->SetCurrentCmd(EVT_CLOSE_IND); in ParseAvdtpCloseInd()
467 profilePeer->SetSignalingTimer(A2DP_ACCEPT_CLOSING_SIGNALLING_TIMEOUT_MS, false); in ParseAvdtpCloseInd()

Completed in 6 milliseconds