Searched refs:GetPdu (Results 1 – 9 of 9) sorted by relevance
58 BrowsePdu BrowsePacket::GetPdu() const { in GetPdu() function in bluetooth::avrcp::BrowsePacket75 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
68 BrowsePdu GetPdu() const;
70 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
94 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
77 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
132 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
292 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
83 ASSERT_EQ(test_browse_packet->GetPdu(), BrowsePdu::GET_FOLDER_ITEMS); in TEST()
750 DEVICE_VLOG(1) << __func__ << ": pdu=" << pkt->GetPdu(); in BrowseMessageReceived()752 switch (pkt->GetPdu()) { in BrowseMessageReceived()773 DEVICE_LOG(WARNING) << __func__ << ": " << pkt->GetPdu(); in BrowseMessageReceived()