blob: 6add8df24e1837546dcbee8efdc6cafbcd47f3be [file] [log] [blame]
Patrick Venture7dc46702018-08-08 09:43:33 -07001#include "bt.hpp"
2
3void BtDataHandler::SendData(std::ifstream input, int command)
4{
5 /* TODO: implement this. */
6}