Home
last modified time | relevance | path

Searched refs:SendGetPlayStatusRsp (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.h674 …void SendGetPlayStatusRsp(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, u…
H A Davrcp_tg_service.cpp1578 profile_->SendGetPlayStatusRsp(rawAddr, in GetPlayStatus()
1599 profile_->SendGetPlayStatusRsp(rawAddr, in GetPlayStatus()
1655 … profile_->SendGetPlayStatusRsp(rawAddr, songLength, songPosition, playStatus, label, BT_SUCCESS); in GetPlayStatus()
H A Davrcp_tg_profile.cpp839 void AvrcTgProfile::SendGetPlayStatusRsp(const RawAddress &rawAddr, uint32_t songLength, uint32_t s… in SendGetPlayStatusRsp() function in OHOS::bluetooth::AvrcTgProfile