Lines Matching full:command
21 * Interface file for BTA AG AT command interpreter.
31 /* AT command argument capabilities */
38 /* AT command argument format */
46 /* AT command table element */
49 const char *p_cmd; /* AT command string */
56 /* callback function executed when command is parsed */
63 /* AT command parsing control block */
66 tBTA_AG_AT_CMD *p_at_tbl; /* AT command table */
67 tBTA_AG_AT_CMD_CBACK *p_cmd_cback; /* command callback */
84 ** Description Initialize the AT command parser control block.
96 ** Description Re-initialize the AT command parser control block. This
97 ** function resets the AT command parser state and frees
112 ** the AT command table passed in the control block.