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 D | avrcp_tg_service.cpp | 1373 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 D | avrcp_tg_profile.h | 613 …void SendSetPlayerApplicationSettingValueRsp(const RawAddress &rawAddr, uint8_t label, int result);
|
H A D | avrcp_tg_profile.cpp | 716 void AvrcTgProfile::SendSetPlayerApplicationSettingValueRsp(const RawAddress &rawAddr, uint8_t labe… in SendSetPlayerApplicationSettingValueRsp() function in OHOS::bluetooth::AvrcTgProfile
|