Searched refs:finalResponse (Results 1 – 3 of 3) sorted by relevance
222 sp_response->finalResponse = strdup(line); in handleFinalResponse()642 free (p_response->finalResponse); in at_response_free()699 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()934 if (p_response->finalResponse == NULL in at_get_cme_error()935 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()940 p_cur = p_response->finalResponse; in at_get_cme_error()
64 char *finalResponse; /* eg OK, ERROR */ member
2317 if (!strcmp(p_response->finalResponse, "+CME ERROR: 21") ||2318 !strcmp(p_response->finalResponse, "+CME ERROR: 50")) {4227 !strcmp(p_response->finalResponse, "+CME ERROR: 30")) {