]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - testf/t4/testapp.h
new version of callback functions and new was added
[tiny-bt.git] / testf / t4 / testapp.h
diff --git a/testf/t4/testapp.h b/testf/t4/testapp.h
new file mode 100644 (file)
index 0000000..77e219e
--- /dev/null
@@ -0,0 +1,24 @@
+//
+// 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
+