Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp125 A2dpProfilePeer::A2dpProfilePeer(const BtAddr &addr, uint8_t localRole) in A2dpProfilePeer() function in OHOS::bluetooth::A2dpProfilePeer
132 void A2dpProfilePeer::A2dpProfilePeerInit(const BtAddr &addr, const uint8_t localRole) in A2dpProfilePeerInit()
134 LOG_INFO("[A2dpProfilePeer] %{public}s localRole(%u)\n", __func__, localRole); in A2dpProfilePeerInit()
143 auto callbackFunc = std::bind(&A2dpProfilePeer::SignalingTimeoutCallback, this, localRole_); in A2dpProfilePeerInit()
149 void A2dpProfilePeer::RegisterSEPConfigureInfo(const BtAddr &addr, uint8_t role) in RegisterSEPConfigureInfo()
164 LOG_INFO("[A2dpProfilePeer] %{public}s SBC value[%{public}d] \n", __func__, value); in RegisterSEPConfigureInfo()
172 LOG_INFO("[A2dpProfilePeer] %{public}s AAC value[%{public}d] \n", __func__, value); in RegisterSEPConfigureInfo()
179 LOG_INFO("[A2dpProfilePeer] %{public}s AAC configure[%{public}d] \n", __func__, codecAACConfig); in RegisterSEPConfigureInfo()
195 LOG_INFO("[A2dpProfilePeer] in RegisterSEPConfigureInfo()
[all...]
H A Da2dp_profile.cpp175 A2dpProfilePeer *peer = FindOrCreatePeer(addr, role); in ProcessAvdtpCallback()
243 A2dpProfilePeer *peer = FindPeerByAddress(addr); in CodecChangedNotify()
264 A2dpProfilePeer *peer = profile->FindPeerByAddress(addr); in SetUserCodecConfigure()
302 A2dpProfilePeer *peer = FindPeerByAddress(addr); in EnableOptionalCodec()
316 A2dpProfilePeer *peer = FindPeerByAddress(addr); in NotifyEncoder()
328 A2dpProfilePeer *peer = FindPeerByAddress(addr); in NotifyDecoder()
375 A2dpProfilePeer *peer = FindOrCreatePeer(activePeer_, A2DP_ROLE_SOURCE); in DequeuePacket()
533 A2dpProfilePeer *peer = nullptr; in Disable()
583 A2dpProfilePeer *peer = FindPeerByAddress(addr); in SetConfigure()
608 if (GetSDPInstance().FindSnkService(device, a2dpInstance, A2dpProfilePeer in Connect()
[all...]
H A Da2dp_profile_peer.h158 class A2dpProfilePeer { class
161 * @brief A constructor used to create an <b>A2dpProfilePeer</b> instance.
165 A2dpProfilePeer(const BtAddr &addr, uint8_t localRole);
168 * @brief A destructor used to delete an <b>A2dpProfilePeer</b> instance.
172 ~A2dpProfilePeer();
594 BT_DISALLOW_COPY_AND_ASSIGN(A2dpProfilePeer);
H A Da2dp_profile.h322 A2dpProfilePeer *FindPeerByAddress(const BtAddr &peerAddress) const;
331 A2dpProfilePeer *FindPeerByHandle(uint16_t handle) const;
341 A2dpProfilePeer *FindOrCreatePeer(const BtAddr &peerAddress, uint8_t localRole);
622 std::map<std::string, A2dpProfilePeer *> peers_ {};
H A Da2dp_avdtp.cpp317 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpDisconnectInd()
341 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpConfigureInd()
384 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpReconfigureInd()
432 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpOpenInd()
454 A2dpProfilePeer *profilePeer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpCloseInd()
480 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpCloseChannelInd()
505 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpStartInd()
548 A2dpProfilePeer *peer = profile->FindOrCreatePeer(bdAddr, role); in ParseAvdtpConnectCFM()
575 A2dpProfilePeer *peer = profile->FindPeerByAddress(bdAddr); in ParseAvdtpDisconnectCFM()
596 A2dpProfilePeer *pee in ParseAvdtpDiscoverCFM()
[all...]
H A Da2dp_state_machine.cpp175 A2dpProfilePeer *profilePeer = nullptr; in ProcessSetConfigInd()
232 A2dpProfilePeer *peer = profile->FindPeerByAddress(addr); in ProcessDiscoverReq()
388 A2dpProfilePeer *profilePeer = nullptr; in ProcessSetConfigInd()
1227 A2dpProfilePeer *peer = profile->FindOrCreatePeer(addr, role); in ProcessCloseStreamInd()

Completed in 8 milliseconds