WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_bt_cmd_register.h
浏览该文件的文档.
1
7#ifndef AT_BT_CMD_REGISTER_H
8#define AT_BT_CMD_REGISTER_H
9
10#include <td_base.h>
11#include "at.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
18
19#define EXT_AT_BT_CMD_MAX_LEN 128
20
23
24#ifdef __cplusplus
25#if __cplusplus
26 }
27#endif
28#endif
29
30#endif
td_void at_bt_cmd_register(td_void)
td_u32 uapi_at_bt_register_cmd(TD_CONST at_cmd_entry_t *cmd_tbl, td_u16 cmd_num)
定义AT命令实体。
Definition at.h:346
#define TD_CONST
Definition td_base.h:18
unsigned short td_u16
Definition td_type.h:37
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38