Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp731 std::shared_ptr<AvrcTgSpasvPacket> spasvPkt = std::make_shared<AvrcTgSpasvPacket>(pkt, label); in ReceiveSetPlayerApplicationSettingValueCmd() local
732 if (spasvPkt != nullptr) { in ReceiveSetPlayerApplicationSettingValueCmd()
733 if (spasvPkt->IsValid()) { in ReceiveSetPlayerApplicationSettingValueCmd()
735 rawAddr, spasvPkt->GetAttributes(), spasvPkt->GetValues(), label); in ReceiveSetPlayerApplicationSettingValueCmd()
737 std::shared_ptr<AvrcTgVendorPacket> packet = spasvPkt; in ReceiveSetPlayerApplicationSettingValueCmd()