Searched refs:s_stkUnsolResponse (Results 1 – 1 of 1) sorted by relevance
379 static char *s_stkUnsolResponse = NULL; variable4241 if (NULL != s_stkUnsolResponse) {4243 s_stkUnsolResponse, strlen(s_stkUnsolResponse) + 1);4244 free(s_stkUnsolResponse);4245 s_stkUnsolResponse = NULL;5985 s_stkUnsolResponse = (char *)calloc((strlen(response) + 1), sizeof(char));5986 snprintf(s_stkUnsolResponse, strlen(response) + 1, "%s", response);5987 RLOGD("STK service is not running [%s]", s_stkUnsolResponse);