Home
last modified time | relevance | path

Searched refs:GetInitSide (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp346 if (peer->GetInitSide()) { in ParseAvdtpConfigureInd()
651 if (peer->JudgeCapabilityMatched(role) && peer->GetInitSide()) { in ParseAvdtpGetCapabilityCFM()
658 } else if (!peer->GetInitSide()) { in ParseAvdtpGetCapabilityCFM()
696 if (peer->JudgeCapabilityMatched(role) && peer->GetInitSide()) { in ParseAvdtpGetALLCapCFM()
702 } else if (!peer->GetInitSide()) { in ParseAvdtpGetALLCapCFM()
H A Da2dp_profile_peer.h539 bool GetInitSide() const;
H A Da2dp_profile_peer.cpp509 streamCtrl_[i].GetAcpSeid() != 0 && GetInitSide()) { in FindCapabilityMatched()
1022 bool A2dpProfilePeer::GetInitSide() const in GetInitSide() function in OHOS::bluetooth::A2dpProfilePeer