Ejemplo n.º 1
0
 //send 1 char
 public static void sendChar(char message)
 {
     BtConnection.sendChar(message);
 }