]> rtime.felk.cvut.cz Git - tiny-bt.git/blob - testf/t2/slavetest.h
Version from David Plotek's bachelor thesis CD
[tiny-bt.git] / testf / t2 / slavetest.h
1 //
2 // C++ Interface: slavetest
3 //
4 // Description: 
5 //
6 //
7 // Author: root <root@ubuntu>, (C) 2008
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12 #ifndef __SLAVETEST
13 #define __SLAVETEST
14
15
16
17 extern int add_evt_toarray(incoming_evt *p_evt,struct hci_filter *p_pf,int *p_fchanged);
18 extern int look_up_inarray(__u8 evt_code);
19 extern int rutine_con_req(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
20 extern int rutine_cmd_status(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
21 extern int rutine_connection_complete(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
22 extern int rutine_disconnect(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
23 extern int check_socket(int dd,struct hci_filter *p_pf, int *p_fchanged);
24
25
26
27 #endif
28