Searched refs:reply_fail_postfix (Results 1 – 2 of 2) sorted by relevance
48 char *reply_fail_postfix; //!< reply postfix indicating failure member
288 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