Home
last modified time | relevance | path

Searched refs:peerSepIndex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp252 peerSepIndex_ = 0; in SetPeerSepInfo()
385 if (peerSepIndex_ < peerNumSeps_) { in GetPeerSEPInformation()
386 sepDetail = peerSepInfo_[peerSepIndex_]; in GetPeerSEPInformation()
394 LOG_INFO("[A2dpProfilePeer] %{public}s peerSepIndex_(%u)\n", __func__, peerSepIndex_); in UpdateSepIndex()
395 peerSepIndex_++; in UpdateSepIndex()
H A Da2dp_profile_peer.h690 uint8_t peerSepIndex_ = 0; variable