Home
last modified time | relevance | path

Searched refs:reply_fail_postfix (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/components/at/include/
A Dat.h48 char *reply_fail_postfix; //!< reply postfix indicating failure member
/AliOS-Things-master/components/amp/components/at/src/
A Dat.c288 if (NULL != atcmdconfig && NULL != atcmdconfig->reply_fail_postfix) { in at_yield_impl()
289 rsp_fail_postfix = atcmdconfig->reply_fail_postfix; in at_yield_impl()
773 if (config->reply_cfg.reply_fail_postfix) { in init_dev()
774 dev->_default_recv_fail_postfix = config->reply_cfg.reply_fail_postfix; in init_dev()
1153 if (NULL != atcmdconfig->reply_fail_postfix) { in at_send_wait_reply()
1154 tsk->rsp_fail_postfix = atcmdconfig->reply_fail_postfix; in at_send_wait_reply()
1155 tsk->rsp_fail_postfix_len = strlen(atcmdconfig->reply_fail_postfix); in at_send_wait_reply()

Completed in 7 milliseconds