]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - testf/t4/testapp.h
Removed files not present and bachelor thesis CD
[tiny-bt.git] / testf / t4 / testapp.h
diff --git a/testf/t4/testapp.h b/testf/t4/testapp.h
deleted file mode 100644 (file)
index 77e219e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// C++ Interface: testapp
-//
-// Description: 
-//
-//
-// Author: root <root@ubuntu>, (C) 2008
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-#ifndef __TEST
-#define __TEST
-extern void callback_app_read_bd_addr(bt_address *p_address);
-extern void callback_app_read_local_name(char *p_name);
-extern void callback_app_inquiry_RSSI(bt_address *p_address);
-extern void callback_app_connection_complete(__u16 *p_handle);
-extern void callback_app_inquiry_complete(void);
-
-
-
-
-#endif
-