]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - testf/t2/slavetest.h
Removed files not present and bachelor thesis CD
[tiny-bt.git] / testf / t2 / slavetest.h
diff --git a/testf/t2/slavetest.h b/testf/t2/slavetest.h
deleted file mode 100644 (file)
index e3ce001..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// C++ Interface: slavetest
-//
-// Description: 
-//
-//
-// Author: root <root@ubuntu>, (C) 2008
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-#ifndef __SLAVETEST
-#define __SLAVETEST
-
-
-
-extern int add_evt_toarray(incoming_evt *p_evt,struct hci_filter *p_pf,int *p_fchanged);
-extern int look_up_inarray(__u8 evt_code);
-extern int rutine_con_req(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
-extern int rutine_cmd_status(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
-extern int rutine_connection_complete(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
-extern int rutine_disconnect(void *p_recbuf, int dd, struct hci_filter *p_pf, int *p_fchanged);
-extern int check_socket(int dd,struct hci_filter *p_pf, int *p_fchanged);
-
-
-
-#endif
-