| Patrick Venture | af69625 | 2018-12-11 10:22:14 -0800 | [diff] [blame] | 1 | #include "bt.hpp" |
| 2 | |||||
| Patrick Venture | 9b534f0 | 2018-12-13 16:10:02 -0800 | [diff] [blame^] | 3 | namespace host_tool |
| 4 | { | ||||
| 5 | |||||
| Patrick Venture | af69625 | 2018-12-11 10:22:14 -0800 | [diff] [blame] | 6 | bool BtDataHandler::sendContents(const std::string& input, |
| 7 | std::uint16_t session) | ||||
| 8 | { | ||||
| 9 | return false; | ||||
| 10 | } | ||||
| Patrick Venture | 9b534f0 | 2018-12-13 16:10:02 -0800 | [diff] [blame^] | 11 | |
| 12 | } // namespace host_tool | ||||