10 lines
143 B
C
10 lines
143 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
|
|
|