]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bth_tests/bluetooth/bth_receive.h
Added bth_test application. Not finished.
[mirosot.git] / bth_tests / bluetooth / bth_receive.h
diff --git a/bth_tests/bluetooth/bth_receive.h b/bth_tests/bluetooth/bth_receive.h
new file mode 100644 (file)
index 0000000..0064dcc
--- /dev/null
@@ -0,0 +1,21 @@
+/*******************************************************************\r
+  bluetooth library\r
+\r
+  bth_receive.h - definition of a check structur for enter queue.\r
+\r
+  Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com\r
+\r
+ *******************************************************************/\r
+\r
+#ifndef BTH_RECEIVE_H\r
+#define BTH_RECEIVE_H\r
+\r
+typedef struct{\r
+    uint8_t *buf_beg; //start of adress structur\r
+    uint8_t *buf_end; //end of adress structur - beg+sizeof(struct)\r
+    uint8_t *ip;      //actual position at queue\r
+    uint8_t *op;      // not use\r
+} bth_que_t;\r
+\r
+\r
+#endif\r