X-Git-Url: https://rtime.felk.cvut.cz/gitweb/tiny-bt.git/blobdiff_plain/3d1c734f862c56a579ea72561c318b8f9a5e89ef..4e1f6a2d9715473d24a9648ca65895927226c2e7:/src2/testapp.h diff --git a/src2/testapp.h b/src2/testapp.h index 77e219e..d8edb40 100644 --- a/src2/testapp.h +++ b/src2/testapp.h @@ -1,24 +1,23 @@ -// -// C++ Interface: testapp -// -// Description: -// -// -// Author: root , (C) 2008 -// -// Copyright: See COPYING file that comes with this distribution -// -// +/* + * C++ Interface: testapp + * + * Description: + * + * + * Author: root , (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