1 #include "bt.hpp" 2 3 namespace host_tool 4 { 5 6 bool BtDataHandler::sendContents(const std::string& input, 7 std::uint16_t session) 8 { 9 return false; 10 } 11 12 } // namespace host_tool 13