Home
last modified time | relevance | path

Searched refs:SendGetItemAttributesRsp (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.h924 … void SendGetItemAttributesRsp(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
H A Davrcp_tg_service.cpp1912 … profile_->SendGetItemAttributesRsp(rawAddr, attrs, vals, label, AVRC_ES_CODE_INTERNAL_ERROR); in GetPlayStatus()
1949 profile_->SendGetItemAttributesRsp(rawAddr, attributes, values, label, status); in GetPlayStatus()
H A Davrcp_tg_profile.cpp1662 void AvrcTgProfile::SendGetItemAttributesRsp(const RawAddress &rawAddr, const std::vector<uint32_t>… in SendGetItemAttributesRsp() function in OHOS::bluetooth::AvrcTgProfile