xref: /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/bt_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __BT_TEST_H_
2 #define __BT_TEST_H_
3 void* bt_test(void* argv);
4 struct bt_msg {
5 	int result;
6 	int x;
7 	int y;
8 	int w;
9 	int h;
10 	char *ssid;
11 };
12 
13 #endif
14