Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h778 void SendTrackReachedEndRsp(bool isInterim, uint8_t label, int result);
H A Davrcp_tg_profile.cpp1120 void AvrcTgProfile::SendTrackReachedEndRsp(bool isInterim, uint8_t label, int result) in SendTrackReachedEndRsp() function in OHOS::bluetooth::AvrcTgProfile
1413 SendTrackReachedEndRsp(true, label, BT_SUCCESS); in ReceiveRegisterNotificationCmd()
H A Davrcp_tg_service.cpp2322 profile_->SendTrackReachedEndRsp(false, label, BT_SUCCESS); in GetPlayStatus()
2484 profile_->SendTrackReachedEndRsp(false, label, RET_BAD_STATUS); in GetPlayStatus()