blob: de26b27ec0afcdefb7e751d23d4cb327c60835d4 [file] [log] [blame]
Patrick Ventureaf696252018-12-11 10:22:14 -08001#include "bt.hpp"
2
3bool BtDataHandler::sendContents(const std::string& input,
4 std::uint16_t session)
5{
6 return false;
7}