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