xref: /openbmc/phosphor-ipmi-flash/tools/bt.hpp (revision af69625faa119d87fc66f8c18406ea0f238bad27)
1*af69625fSPatrick Venture #pragma once
2*af69625fSPatrick Venture 
3*af69625fSPatrick Venture #include "interface.hpp"
4*af69625fSPatrick Venture 
5*af69625fSPatrick Venture class BtDataHandler : public DataInterface
6*af69625fSPatrick Venture {
7*af69625fSPatrick Venture   public:
8*af69625fSPatrick Venture     BtDataHandler() = default;
9*af69625fSPatrick Venture 
10*af69625fSPatrick Venture     bool sendContents(const std::string& input, std::uint16_t session) override;
11*af69625fSPatrick Venture };
12