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 D | avrcp_tg_profile.h | 778 void SendTrackReachedEndRsp(bool isInterim, uint8_t label, int result);
|
H A D | avrcp_tg_profile.cpp | 1120 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 D | avrcp_tg_service.cpp | 2322 profile_->SendTrackReachedEndRsp(false, label, BT_SUCCESS); in GetPlayStatus() 2484 profile_->SendTrackReachedEndRsp(false, label, RET_BAD_STATUS); in GetPlayStatus()
|