linuxOS_AP06/external/rk_pcba_test/pcba_minui/bt_test.h

14 lines
167 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
#ifndef __BT_TEST_H_
#define __BT_TEST_H_
void* bt_test(void* argv);
struct bt_msg {
int result;
int x;
int y;
int w;
int h;
char *ssid;
};
#endif