Searched refs:s_stkUnsolResponse (Results 1 – 1 of 1) sorted by relevance
366 static char *s_stkUnsolResponse = NULL; variable3615 if (NULL != s_stkUnsolResponse) {3617 s_stkUnsolResponse, strlen(s_stkUnsolResponse) + 1);3618 free(s_stkUnsolResponse);3619 s_stkUnsolResponse = NULL;5219 s_stkUnsolResponse = (char *)calloc((strlen(response) + 1), sizeof(char));5220 snprintf(s_stkUnsolResponse, strlen(response) + 1, "%s", response);5221 RLOGD("STK service is not running [%s]", s_stkUnsolResponse);