Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp136 localRole_ = localRole; in A2dpProfilePeerInit()
143 auto callbackFunc = std::bind(&A2dpProfilePeer::SignalingTimeoutCallback, this, localRole_); in A2dpProfilePeerInit()
636 msg.role = localRole_; in ProcessSignalingTimeoutCallback()
829 utility::Message msg(A2DP_PCM_ENCODED, localRole_, nullptr); in NotifyEncoder()
859 utility::Message msg(A2DP_FRAME_DECODED, localRole_, nullptr); in NotifyDecoder()
878 utility::Message msg(A2DP_AUDIO_RECONFIGURE, localRole_, nullptr); in NotifyAudioConfigChanged()
896 msgData.role = localRole_; in UpdateConfigure()
899 utility::Message msg(EVT_SETCONFIG_REQ, localRole_, &msgData); in UpdateConfigure()
1132 msgData.role = localRole_; in Reconfigure()
1138 utility::Message msg(EVT_CLOSE_REQ, localRole_, in Reconfigure()
[all...]
H A Da2dp_profile_peer.h692 uint8_t localRole_ = 0; // SEP type of local profile member in OHOS::bluetooth::A2dpProfilePeer

Completed in 3 milliseconds