Home
last modified time | relevance | path

Searched refs:PlayerSettingCurrentValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h128 class PlayerSettingCurrentValue {
130PlayerSettingCurrentValue(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &valu… in PlayerSettingCurrentValue() function
133 ~PlayerSettingCurrentValue() in ~PlayerSettingCurrentValue()
142 PlayerSettingCurrentValue() = delete;
386 std::unique_ptr<PlayerSettingCurrentValue> playerCurVal_ {nullptr};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp560 …resp.playerCurVal_ = std::make_unique<AvrcpCtResponse::PlayerSettingCurrentValue>(attributes, valu… in OnGetPlayerAppSettingCurrentValue()