]> rtime.felk.cvut.cz Git - mirosot.git/blob - testapp/cmd_bth.h
Added the correct final version of Petr's application.
[mirosot.git] / testapp / cmd_bth.h
1 #ifndef CMD_BTH_H
2 #define CMD_BTH_H
3
4 /* Bluetooth specific */
5
6 cmd_des_t const **cmd_bth;
7
8 cmd_io_t cmd_io_bth;
9
10 int cmd_bth_line_out(cmd_io_t *cmd_io);
11
12 int cmd_bth_line_in(cmd_io_t *cmd_io);
13
14 char *cmd_bth_rdline(cmd_io_t *cmd_io, int mode);
15
16 #endif