Home
last modified time | relevance | path

Searched refs:finalResponse (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.c215 sp_response->finalResponse = strdup(line); in handleFinalResponse()
707 free (p_response->finalResponse); in at_response_free()
763 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
993 if (p_response->finalResponse == NULL in at_get_cme_error()
994 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
999 p_cur = p_response->finalResponse; in at_get_cme_error()
H A Datchannel.h64 char *finalResponse; /* eg OK, ERROR */ member
H A Datc.c50 || p_response->finalResponse == NULL \