1 #ifndef __BT_UI_H__ 2 #define __BT_UI_H__ 3 4 lv_obj_t * menu_bt_init(lv_obj_t * parent); 5 void menu_bt_deinit(void); 6 int bt_connected(void); 7 8 #endif 9 10
1 #ifndef __BT_UI_H__ 2 #define __BT_UI_H__ 3 4 lv_obj_t * menu_bt_init(lv_obj_t * parent); 5 void menu_bt_deinit(void); 6 int bt_connected(void); 7 8 #endif 9 10