linuxOS_AP06/app/lvgl_demo/rk_demo/setting/bt_ui.h

10 lines
143 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
#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