Home
last modified time | relevance | path

Searched refs:gpasatPkt (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.cpp929 AvrcCtGpasatPacket *gpasatPkt = nullptr; in ReceiveGetPlayerApplicationSettingAttributeTextRsp() local
934 gpasatPkt->ClearAttributes(); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
935 gpasatPkt->ClearValueName(); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
936 gpasatPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
939 gpasatPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
942 gpasatPkt->GetAttributes().size(), gpasatPkt->GetAttributeName().size(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
945 switch (gpasatPkt->GetPacketType()) { in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
952 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
953 gpasatPkt->GetAttributeName(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
963 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp765 … std::shared_ptr<AvrcTgGpasatPacket> gpasatPkt = std::make_shared<AvrcTgGpasatPacket>(pkt, label); in ReceiveGetPlayerApplicationSettingAttributeTextCmd() local
766 if (gpasatPkt != nullptr) { in ReceiveGetPlayerApplicationSettingAttributeTextCmd()
767 if (gpasatPkt->IsValid()) { in ReceiveGetPlayerApplicationSettingAttributeTextCmd()
768 … myObserver_->getPlayerApplicationSettingAttributeText(rawAddr, gpasatPkt->GetAttributes(), label); in ReceiveGetPlayerApplicationSettingAttributeTextCmd()
770 std::shared_ptr<AvrcTgVendorPacket> packet = gpasatPkt; in ReceiveGetPlayerApplicationSettingAttributeTextCmd()