]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - src2/testapp.h
Better coding style and evt_array is setted on zeros in init function
[tiny-bt.git] / src2 / testapp.h
index 77e219e452a3a718b140d7bfae26bdff0906541d..d8edb407b280b59060a0797ca537d5f0e31a76ec 100644 (file)
@@ -1,24 +1,23 @@
-//
-// C++ Interface: testapp
-//
-// Description: 
-//
-//
-// Author: root <root@ubuntu>, (C) 2008
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
+/*
+ * 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);
-
-
-
+extern void callback_app_disconnect(__u16 *p_handle, __u8 *p_reason);
 
 #endif