blob: da582d477f5c19f98cb88447c6dc09b6d237ff61 [file] [log] [blame]
Patrick Ventureaf696252018-12-11 10:22:14 -08001#include "bt.hpp"
2
Patrick Venture9b534f02018-12-13 16:10:02 -08003namespace host_tool
4{
5
Patrick Ventureaf696252018-12-11 10:22:14 -08006bool BtDataHandler::sendContents(const std::string& input,
7 std::uint16_t session)
8{
9 return false;
10}
Patrick Venture9b534f02018-12-13 16:10:02 -080011
12} // namespace host_tool