Home
last modified time | relevance | path

Searched refs:PlayerSettingValues (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h107 class PlayerSettingValues { class in OHOS::Bluetooth::AvrcpCtResponse
109 PlayerSettingValues(uint8_t attribute, const std::vector<uint8_t> &values) in PlayerSettingValues() function in OHOS::Bluetooth::AvrcpCtResponse::PlayerSettingValues
112 ~PlayerSettingValues() in ~PlayerSettingValues()
120 PlayerSettingValues() = delete;
383 // The unique pointer to the <b>AvrcpCtResponse::PlayerSettingValues</b> class.
384 std::unique_ptr<PlayerSettingValues> playerVals_ {nullptr};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp543 resp.playerVals_ = std::make_unique<AvrcpCtResponse::PlayerSettingValues>(attribute, values); in OnGetPlayerAppSettingValues()

Completed in 8 milliseconds