Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

19 строки
332 B

#include <gio/gio.h>
#include <iostream>
#include <string>
#include <thread>
#include "./include/bluetooth.h"
#include "./include/cpp_socket_server.h"
//For test bluetooth module
using std::thread;
int main (int argc, char *argv[])
{
pair();
connect();
thread socket(socket_server);
socket.join();
return 0;
}