xref: /openbmc/phosphor-ipmi-flash/tools/bt.cpp (revision af69625f)
1 #include "bt.hpp"
2 
3 bool BtDataHandler::sendContents(const std::string& input,
4                                  std::uint16_t session)
5 {
6     return false;
7 }
8