2024-01-07 16:58:53 +08:00
|
|
|
#ifndef _JJ_BLUETEETH_H_
|
|
|
|
|
#define _JJ_BLUETEETH_H_
|
2024-01-09 17:20:08 +08:00
|
|
|
|
2024-01-07 16:58:53 +08:00
|
|
|
#include "zf_common_headfile.h"
|
|
|
|
|
#include "zf_driver_uart.h"
|
2024-01-09 17:20:08 +08:00
|
|
|
|
2024-01-07 16:58:53 +08:00
|
|
|
extern bool bt_rx_flag;
|
|
|
|
|
extern uint8 bt_buffer;
|
|
|
|
|
void jj_bt_init();
|
|
|
|
|
void jj_bt_run();
|
|
|
|
|
|
|
|
|
|
#endif
|