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