Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp616 std::shared_ptr<AvrcTgGcPacket> gcPkt = std::make_shared<AvrcTgGcPacket>(pkt, label); in ReceiveGetCapabilitiesCmd() local
618 if (gcPkt->IsValid()) { in ReceiveGetCapabilitiesCmd()
619 if (gcPkt->GetCapabilityId() == AVRC_CAPABILITY_COMPANYID) { in ReceiveGetCapabilitiesCmd()
629 std::shared_ptr<AvrcTgVendorPacket> packet = gcPkt; in ReceiveGetCapabilitiesCmd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp1557 AvrcCtGcPacket *gcPkt = static_cast<AvrcCtGcPacket *>(packet.get()); in ProcessVendorAvcStatus1Timeout() local
1558 …myObserver_->onGetCapabilities(rawAddr, gcPkt->GetCompanies(), gcPkt->GetEvents(), RET_BAD_STATUS); in ProcessVendorAvcStatus1Timeout()