]> rtime.felk.cvut.cz Git - tiny-bt.git/blob - src2/testapp.h
Better coding style and evt_array is setted on zeros in init function
[tiny-bt.git] / src2 / testapp.h
1 /*
2  * C++ Interface: testapp
3  *
4  * Description: 
5  *
6  *
7  * Author: root <root@ubuntu>, (C) 2008
8  *
9  * Copyright: See COPYING file that comes with this distribution
10  */
11
12 #ifndef __TEST
13 #define __TEST
14
15 extern void callback_app_read_bd_addr(bt_address *p_address);
16 extern void callback_app_read_local_name(char *p_name);
17 extern void callback_app_inquiry_RSSI(bt_address *p_address);
18 extern void callback_app_connection_complete(__u16 *p_handle);
19 extern void callback_app_inquiry_complete(void);
20 extern void callback_app_disconnect(__u16 *p_handle, __u8 *p_reason);
21
22 #endif
23