Home
last modified time | relevance | path

Searched refs:SendChangePathRsp (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.h869 … void SendChangePathRsp(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, int status);
H A Davrcp_tg_service.cpp1767 …profile_->SendChangePathRsp(rawAddr, AVRC_TG_CP_NUMBER_OF_ITEMS, label, AVRC_ES_CODE_INTERNAL_ERRO… in GetPlayStatus()
1804 profile_->SendChangePathRsp(rawAddr, numOfItems, label, status); in GetPlayStatus()
H A Davrcp_tg_profile.cpp1586 void AvrcTgProfile::SendChangePathRsp(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label… in SendChangePathRsp() function in OHOS::bluetooth::AvrcTgProfile