android13/bootable/recovery/pcba_core/bt_test.h

17 lines
226 B
C

#ifndef __BT_TEST_H_
#define __BT_TEST_H_
#include "display_callback.h"
void* bt_test(void* argv, display_callback *hook);
struct bt_msg {
int result;
int x;
int y;
int w;
int h;
char *ssid;
};
#endif