Searched refs:reply_success_postfix (Results 1 – 2 of 2) sorted by relevance
257 atcmdconfig->reply_success_postfix && in at_yield_impl()258 strncmp(atcmdconfig->reply_success_postfix, in at_yield_impl()280 if (NULL != atcmdconfig && NULL != atcmdconfig->reply_success_postfix) { in at_yield_impl()281 rsp_success_postfix = atcmdconfig->reply_success_postfix; in at_yield_impl()767 if (config->reply_cfg.reply_success_postfix) { in init_dev()768 dev->_default_recv_success_postfix = config->reply_cfg.reply_success_postfix; in init_dev()1148 if (NULL != atcmdconfig->reply_success_postfix) { in at_send_wait_reply()1149 tsk->rsp_success_postfix = atcmdconfig->reply_success_postfix; in at_send_wait_reply()1150 tsk->rsp_success_postfix_len = strlen(atcmdconfig->reply_success_postfix); in at_send_wait_reply()
47 char *reply_success_postfix; //!< reply postfix indicating success member
Completed in 8 milliseconds