Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp222 LOG_INFO("[A2dpProfilePeer] %{public}s handle[%u] \n", __func__, GetIntSeid()); in RegisterSEPConfigureInfo()
358 uint8_t A2dpProfilePeer::GetIntSeid() const in GetIntSeid() function in OHOS::bluetooth::A2dpProfilePeer
890 …LOG_INFO("[A2dpProfilePeer]%{public}s intId_(%u) acpId_(%u)\n", __func__, GetIntSeid(), GetAcpSeid… in UpdateConfigure()
894 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in UpdateConfigure()
1130 LOG_INFO("[A2dpProfilePeer]%{public}s intId_(%u)\n", __func__, GetIntSeid()); in Reconfigure()
1137 msgData.a2dpMsg.stream.handle = GetIntSeid(); in Reconfigure()
1150 LOG_INFO("[A2dpProfilePeer]%{public}s intId_(%u)\n", __func__, GetIntSeid()); in Reconfigure()
1159 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in Reconfigure()
1167 msgData.a2dpMsg.stream.handle = GetIntSeid(); in Reconfigure()
H A Da2dp_profile_peer.h249 uint8_t GetIntSeid() const;
H A Da2dp_profile.cpp587 configureStream_.intSeid = peer->GetIntSeid(); in SetConfigure()