]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - testapp/cmd_bth.h
An unsucesfull attempt to clean bluetooth library and make it working.
[mirosot.git] / testapp / cmd_bth.h
diff --git a/testapp/cmd_bth.h b/testapp/cmd_bth.h
deleted file mode 100644 (file)
index fc45735..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CMD_BTH_H
-#define CMD_BTH_H
-
-/* Bluetooth specific */
-
-cmd_des_t const **cmd_bth;
-
-cmd_io_t cmd_io_bth;
-
-int cmd_bth_line_out(cmd_io_t *cmd_io);
-
-int cmd_bth_line_in(cmd_io_t *cmd_io);
-
-char *cmd_bth_rdline(cmd_io_t *cmd_io, int mode);
-
-#endif