X-Git-Url: https://rtime.felk.cvut.cz/gitweb/tiny-bt.git/blobdiff_plain/80bd4dd9f2b4a1e7c7136a655f8aad1d7d73dc98..d26331e6c9fd116b1367ad6ddcd9f965c26f58e6:/testf/t2/slavetest.h diff --git a/testf/t2/slavetest.h b/testf/t2/slavetest.h deleted file mode 100644 index e3ce001..0000000 --- a/testf/t2/slavetest.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// C++ Interface: slavetest -// -// Description: -// -// -// Author: root , (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 -