]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - src2/slavetest.h
new version
[tiny-bt.git] / src2 / slavetest.h
diff --git a/src2/slavetest.h b/src2/slavetest.h
new file mode 100644 (file)
index 0000000..e3ce001
--- /dev/null
@@ -0,0 +1,28 @@
+//
+// 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
+