Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h563 bool GetPeerCapComplete(uint8_t role) const;
H A Da2dp_avdtp.cpp643 if (peer->GetPeerCapComplete(role)) { in ParseAvdtpGetCapabilityCFM()
687 if (peer->GetPeerCapComplete(role)) { in ParseAvdtpGetALLCapCFM()
H A Da2dp_profile_peer.cpp997 bool A2dpProfilePeer::GetPeerCapComplete(uint8_t role) const in GetPeerCapComplete() function in OHOS::bluetooth::A2dpProfilePeer