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