Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp745 A2dpProfilePeer *peerProfile = nullptr; in JudgeAllowedStreaming() local
748 peerProfile = it.second; in JudgeAllowedStreaming()
749 if (peerProfile != nullptr) { in JudgeAllowedStreaming()
751 __func__, peerProfile->GetStateMachine()->GetStateName().c_str()); in JudgeAllowedStreaming()
752 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peerProfile->GetStateMachine()->GetStateName().c_str()) == 0) { in JudgeAllowedStreaming()

Completed in 2 milliseconds