Home
last modified time | relevance | path

Searched refs:SendSetPlayerApplicationSettingValueRsp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp1373 profile_->SendSetPlayerApplicationSettingValueRsp(rawAddr, label, result); in SetPlayerAppSettingCurrentValue()
1409 profile_->SendSetPlayerApplicationSettingValueRsp(rawAddr, label, BT_SUCCESS); in OnSetPlayerAppSettingCurrentValueNative()
1421 profile_->SendSetPlayerApplicationSettingValueRsp(rawAddr, label, result); in GetPlayerAppSettingAttributeText()
1472 profile_->SendSetPlayerApplicationSettingValueRsp(rawAddr, label, result); in GetPlayerAppSettingValueText()
H A Davrcp_tg_profile.h613 …void SendSetPlayerApplicationSettingValueRsp(const RawAddress &rawAddr, uint8_t label, int result);
H A Davrcp_tg_profile.cpp716 void AvrcTgProfile::SendSetPlayerApplicationSettingValueRsp(const RawAddress &rawAddr, uint8_t labe… in SendSetPlayerApplicationSettingValueRsp() function in OHOS::bluetooth::AvrcTgProfile