Searched refs:GetCommandPdu (Results 1 – 10 of 10) sorted by relevance
86 CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); } in GetCommandPdu() function in bluetooth::avrcp::VendorPacketTest118 ASSERT_EQ(test_packet->GetCommandPdu(), GetCommandPdu()); in TEST_P()
86 CommandPdu VendorPacket::GetCommandPdu() const { in GetCommandPdu() function in bluetooth::avrcp::VendorPacket119 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
76 CommandPdu GetCommandPdu() const;
66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
77 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
64 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()253 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
69 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
81 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()96 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()117 << __func__ << ": Unhandled Response: pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()123 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()139 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()165 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()177 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_COMMAND); in VendorPacketHandler()190 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in HandleGetCapabilities()234 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in HandleNotification()301 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in HandleNotification()[all …]