]> rtime.felk.cvut.cz Git - tiny-bt.git/blob - testf/t4/testapp.h
Version from David Plotek's bachelor thesis CD
[tiny-bt.git] / testf / t4 / 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 extern void callback_app_read_bd_addr(bt_address *p_address);
15 extern void callback_app_read_local_name(char *p_name);
16 extern void callback_app_inquiry_RSSI(bt_address *p_address);
17 extern void callback_app_connection_complete(__u16 *p_handle);
18 extern void callback_app_inquiry_complete(void);
19
20
21
22
23 #endif
24