]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluetooth/bth_receive.h
cd30f36dfef0c5ec84a898a8a891c9e818c51ebc
[mirosot.git] / bluetooth / bth_receive.h
1 /*******************************************************************\r
2   bluetooth library\r
3 \r
4   bth_receive.h - definition of a check structur for enter queue.\r
5 \r
6   Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com\r
7 \r
8  *******************************************************************/\r
9 \r
10 #ifndef BTH_RECEIVE_H\r
11 #define BTH_RECEIVE_H\r
12 \r
13 #define SCI_BTH_BUF_LEN    70 \r
14 typedef struct{\r
15     uint8_t *buf_beg; //start of adress structur\r
16     uint8_t *buf_end; //end of adress structur - beg+sizeof(struct)\r
17     uint8_t *ip;      //actual position at queue\r
18     uint8_t *op;      // not use\r
19 } bth_que_t;\r
20 \r
21 \r
22 #endif\r