MAX_CARLINK_A270S/MXC_A27-PCB4.5-270T/lib/bt/fsc_bt/console.h

14 lines
285 B
C

#ifndef __CONSOLE_H__
#define __CONSOLE_H__
typedef void (* bt_at_callback)(char * cAtStr);
int console_init(bt_at_callback cb);
void console_register_cb(void *ctx, bt_at_callback cb);
int console_send_atcmd(char * cAtCmd, unsigned short length);
int console_deinit(void);
#endif