Home
last modified time | relevance | path

Searched refs:SendSetAbsoluteVolumeRsp (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.h754 …void SendSetAbsoluteVolumeRsp(const RawAddress &rawAddr, uint8_t volume, uint8_t label, int result…
H A Davrcp_tg_service.cpp2009 … profile_->SendSetAbsoluteVolumeRsp(rawAddr, AVRC_ABSOLUTE_VOLUME_PERCENTAGE_0, label, result); in GetPlayStatus()
2044 profile_->SendSetAbsoluteVolumeRsp(rawAddr, volume, label, BT_SUCCESS); in GetPlayStatus()
H A Davrcp_tg_profile.cpp1030 void AvrcTgProfile::SendSetAbsoluteVolumeRsp(const RawAddress &rawAddr, uint8_t volume, uint8_t lab… in SendSetAbsoluteVolumeRsp() function in OHOS::bluetooth::AvrcTgProfile