Searched refs:spasvPkt (Results 1 – 1 of 1) sorted by relevance
731 std::shared_ptr<AvrcTgSpasvPacket> spasvPkt = std::make_shared<AvrcTgSpasvPacket>(pkt, label); in ReceiveSetPlayerApplicationSettingValueCmd() local732 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()