Home
last modified time | relevance | path

Searched refs:SendPlayerApplicationSettingChangedRsp (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.cpp1312 profile_->SendPlayerApplicationSettingChangedRsp(true, attrs, vals, label, result); in GetPlayerAppSettingCurrentValue()
1359 … profile_->SendPlayerApplicationSettingChangedRsp(true, attributes, values, label, BT_SUCCESS); in OnGetCurrentPlayerAppSettingValueNative()
2405 … profile_->SendPlayerApplicationSettingChangedRsp(false, attributes, values, label, BT_SUCCESS); in GetPlayStatus()
2489 profile_->SendPlayerApplicationSettingChangedRsp(true, attrs, vals, label, RET_BAD_STATUS); in GetPlayStatus()
H A Davrcp_tg_profile.h798 … void SendPlayerApplicationSettingChangedRsp(bool isInterim, const std::deque<uint8_t> &attributes,
H A Davrcp_tg_profile.cpp1208 void AvrcTgProfile::SendPlayerApplicationSettingChangedRsp( in SendPlayerApplicationSettingChangedRsp() function in OHOS::bluetooth::AvrcTgProfile