X-Git-Url: https://rtime.felk.cvut.cz/gitweb/mirosot.git/blobdiff_plain/3724f24eb6f2adb9c92b84080ac073346c747da8..0be5c211c2ecdb742e73f6c342039561191a3036:/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 index 0000000..0064dcc --- /dev/null +++ b/bth_tests/bluetooth/bth_receive.h @@ -0,0 +1,21 @@ +/******************************************************************* + bluetooth library + + bth_receive.h - definition of a check structur for enter queue. + + Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com + + *******************************************************************/ + +#ifndef BTH_RECEIVE_H +#define BTH_RECEIVE_H + +typedef struct{ + uint8_t *buf_beg; //start of adress structur + uint8_t *buf_end; //end of adress structur - beg+sizeof(struct) + uint8_t *ip; //actual position at queue + uint8_t *op; // not use +} bth_que_t; + + +#endif