Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp777 AvrcCtLpasvPacket *lpasvPkt = nullptr; in ReceiveListPlayerApplicationSettingValuesRsp() local
782 lpasvPkt->DisassemblePacket(pkt); in ReceiveListPlayerApplicationSettingValuesRsp()
784 lpasvPkt = static_cast<AvrcCtLpasvPacket *>(packet.get()); in ReceiveListPlayerApplicationSettingValuesRsp()
785 lpasvPkt->DisassemblePacket(pkt); in ReceiveListPlayerApplicationSettingValuesRsp()
789 lpasvPkt->GetValues().size(), ExplainCrCodeToResult(lpasvPkt->GetCrCode())); in ReceiveListPlayerApplicationSettingValuesRsp()
791 switch (lpasvPkt->GetPacketType()) { in ReceiveListPlayerApplicationSettingValuesRsp()
798 …rawAddr, lpasvPkt->GetAttribute(), lpasvPkt->GetValues(), ExplainCrCodeToResult(lpasvPkt->GetCrCod… in ReceiveListPlayerApplicationSettingValuesRsp()
805 SendVendorAbortCmd(rawAddr, lpasvPkt->GetPduId()); in ReceiveListPlayerApplicationSettingValuesRsp()
807 lpasvPkt->GetAttribute(), in ReceiveListPlayerApplicationSettingValuesRsp()
808 lpasvPkt->GetValues(), in ReceiveListPlayerApplicationSettingValuesRsp()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp677 std::shared_ptr<AvrcTgLpasvPacket> lpasvPkt = std::make_shared<AvrcTgLpasvPacket>(pkt, label); in ReceiveListPlayerApplicationSettingValuesCmd() local
679 if (lpasvPkt->IsValid()) { in ReceiveListPlayerApplicationSettingValuesCmd()
680 myObserver_->listPlayerApplicationSettingValues(rawAddr, lpasvPkt->GetAttribute(), label); in ReceiveListPlayerApplicationSettingValuesCmd()
682 std::shared_ptr<AvrcTgVendorPacket> packet = lpasvPkt; in ReceiveListPlayerApplicationSettingValuesCmd()