Home
last modified time | relevance | path

Searched refs:gpasvtPkt (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.cpp997 AvrcCtGpasvtPacket *gpasvtPkt = nullptr; in ReceiveGetPlayerApplicationSettingValueTextRsp() local
1002 gpasvtPkt->ClearValues(); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1003 gpasvtPkt->ClearValueName(); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1004 gpasvtPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1007 gpasvtPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1010gpasvtPkt->GetValues().size(), gpasvtPkt->GetValueName().size(), ExplainCrCodeToResult(gpasvtPkt->… in ReceiveGetPlayerApplicationSettingValueTextRsp()
1012 switch (gpasvtPkt->GetPacketType()) { in ReceiveGetPlayerApplicationSettingValueTextRsp()
1019 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp()
1020 gpasvtPkt->GetValueName(), in ReceiveGetPlayerApplicationSettingValueTextRsp()
1030 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp799 … std::shared_ptr<AvrcTgGpasvtPacket> gpasvtPkt = std::make_shared<AvrcTgGpasvtPacket>(pkt, label); in ReceiveGetPlayerApplicationSettingValueTextCmd() local
801 if (gpasvtPkt->IsValid()) { in ReceiveGetPlayerApplicationSettingValueTextCmd()
803 rawAddr, gpasvtPkt->GetAttributeId(), gpasvtPkt->GetValues(), label); in ReceiveGetPlayerApplicationSettingValueTextCmd()
805 std::shared_ptr<AvrcTgVendorPacket> packet = gpasvtPkt; in ReceiveGetPlayerApplicationSettingValueTextCmd()