]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - testapp/cmd_bth.h
Added the correct final version of Petr's application.
[mirosot.git] / testapp / cmd_bth.h
diff --git a/testapp/cmd_bth.h b/testapp/cmd_bth.h
new file mode 100644 (file)
index 0000000..fc45735
--- /dev/null
@@ -0,0 +1,16 @@
+#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