Searched refs:AvrcTgGiaPacket (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 620 class AvrcTgGiaPacket : public AvrcTgBrowsePacket { 628 AvrcTgGiaPacket(uint16_t mtu, uint8_t status, const std::vector<uint32_t> &attributes, 636 AvrcTgGiaPacket(Packet *pkt, uint32_t uidCounter, uint8_t label); 641 ~AvrcTgGiaPacket(); 736 AvrcTgGiaPacket() = delete;
|
H A D | avrcp_tg_browse.cpp | 751 AvrcTgGiaPacket::AvrcTgGiaPacket(uint16_t mtu, uint8_t status, const std::vector<uint32_t> &attribu… in AvrcTgGiaPacket() function in OHOS::bluetooth::AvrcTgGiaPacket 766 AvrcTgGiaPacket::AvrcTgGiaPacket(Packet *pkt, uint32_t uidCounter, uint8_t label) in AvrcTgGiaPacket() function in OHOS::bluetooth::AvrcTgGiaPacket 778 AvrcTgGiaPacket::~AvrcTgGiaPacket() in ~AvrcTgGiaPacket() 786 const Packet *AvrcTgGiaPacket::AssemblePacket(void) in AssemblePacket() 847 bool AvrcTgGiaPacket::DisassemblePacket(Packet *pkt) in DisassemblePacket() 904 void AvrcTgGiaPacket::DisassemblePacketAttributes(Packet *pkt, uint8_t offset) in DisassemblePacketAttributes()
|
H A D | avrcp_tg_profile.cpp | 1668 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGiaPacket>( in SendGetItemAttributesRsp() 1683 …std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGiaPacket>(pkt, uidCounter, la… in ReceiveGetItemAttributesCmd() 1685 AvrcTgGiaPacket *myPkt = static_cast<AvrcTgGiaPacket *>(packet.get()); in ReceiveGetItemAttributesCmd()
|