2025-05-10 21:58:58 +08:00

10 lines
145 B
C

#ifndef __BT_UI_H__
#define __BT_UI_H__
lv_obj_t * menu_bt_init(lv_obj_t * parent);
void menu_bt_deinit(void);
int bt_connected(void);
#endif