Searched refs:GSM_SendSMS (Results 1 – 9 of 9) sorted by relevance
164 "check duplicates" -> "GSM_SendSMS";165 "GSM_SendSMS" -> "RefreshSendStatus";166 "GSM_SendSMS" -> "AddSentSMSInfo(ERROR)" [label="Error", style=dotted];
31 .. doxygenfunction:: GSM_SendSMS
140 error = GSM_SendSMS(s, &sms); in main()
158 error = GSM_SendSMS(s, &SMS.SMS[i]); in main()
294 error = GSM_SendSMS(s, &smsSendBuffer); in cgi_process_each()
1303 GSM_Error GSM_SendSMS(GSM_StateMachine * s, GSM_SMSMessage * sms);
656 error=GSM_SendSMS(gsm, &(sms->SMS[i])); in SendSaveDisplaySMS()
740 GSM_Error GSM_SendSMS(GSM_StateMachine *s, GSM_SMSMessage *sms) in GSM_SendSMS() function
1787 error = GSM_SendSMS(Config->gsm, &sms.SMS[i]); in SMSD_SendSMS()