1 #ifndef __BT_TEST_H_ 2 #define __BT_TEST_H_ 3 //#include "libbluetooth/bluetooth/bluetooth.h" 4 //#include "libbluetooth/bluetooth/hci.h" 5 //#include "libbluetooth/bluetooth/hci_lib.h" 6 //#include "rk_pcba_test_led.h" 7 void* bt_test(void* argv); 8 struct bt_msg { 9 int result; 10 int x; 11 int y; 12 int w; 13 int h; 14 char *ssid; 15 }; 16 17 #endif 18