Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h373 bool JudgeCapabilityMatched(uint8_t role);
H A Da2dp_avdtp.cpp651 if (peer->JudgeCapabilityMatched(role) && peer->GetInitSide()) { in ParseAvdtpGetCapabilityCFM()
696 if (peer->JudgeCapabilityMatched(role) && peer->GetInitSide()) { in ParseAvdtpGetALLCapCFM()
H A Da2dp_profile_peer.cpp473 bool A2dpProfilePeer::JudgeCapabilityMatched(uint8_t role) in JudgeCapabilityMatched() function in OHOS::bluetooth::A2dpProfilePeer