Searched defs:GetPacket (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | hci_packetizer.cc | 59 const hidl_vec<uint8_t>& HciPacketizer::GetPacket() const { return packet_; } in GetPacket() function in android::hardware::bluetooth::hci::HciPacketizer |
/hardware/interfaces/bluetooth/hci/ | ||
D | hci_packetizer.cc | 50 const std::vector<uint8_t>& HciPacketizer::GetPacket() const { return packet_; } in GetPacket() function in android::hardware::bluetooth::hci::HciPacketizer |