Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h88 class PlayerSettingAttributes { class in OHOS::Bluetooth::AvrcpCtResponse
90 explicit PlayerSettingAttributes(std::vector<uint8_t> attributes) : attributes_(attributes) in PlayerSettingAttributes() function in OHOS::Bluetooth::AvrcpCtResponse::PlayerSettingAttributes
92 ~PlayerSettingAttributes() in ~PlayerSettingAttributes()
99 PlayerSettingAttributes() = delete;
381 // The unique pointer to the <b>AvrcpCtResponse::PlayerSettingAttributes</b> class.
382 std::unique_ptr<PlayerSettingAttributes> playerAttrs_ {nullptr};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp529 resp.playerAttrs_ = std::make_unique<AvrcpCtResponse::PlayerSettingAttributes>(attributes); in OnGetPlayerAppSettingAttributes()

Completed in 4 milliseconds