Loading tools/rootcanal/model/hci/hci_sniffer.cc +3 −1 Original line number Diff line number Diff line Loading @@ -104,8 +104,10 @@ void HciSniffer::TimerTick() { transport_->TimerTick(); } void HciSniffer::Close() { transport_->Close(); if (output_ != nullptr) { output_->flush(); } } void HciSniffer::SendEvent(const std::vector<uint8_t>& packet) { AppendRecord(PacketDirection::CONTROLLER_TO_HOST, PacketType::EVENT, packet); Loading Loading
tools/rootcanal/model/hci/hci_sniffer.cc +3 −1 Original line number Diff line number Diff line Loading @@ -104,8 +104,10 @@ void HciSniffer::TimerTick() { transport_->TimerTick(); } void HciSniffer::Close() { transport_->Close(); if (output_ != nullptr) { output_->flush(); } } void HciSniffer::SendEvent(const std::vector<uint8_t>& packet) { AppendRecord(PacketDirection::CONTROLLER_TO_HOST, PacketType::EVENT, packet); Loading