Lines Matching refs:ATResponse
74 static ATResponse *sp_response = NULL;
614 static ATResponse * at_response_new() in at_response_new()
616 return (ATResponse *) calloc(1, sizeof(ATResponse)); in at_response_new()
619 void at_response_free(ATResponse *p_response) in at_response_free()
645 static void reverseIntermediates(ATResponse *p_response) in reverseIntermediates()
669 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock()
736 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full()
770 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
783 ATResponse **pp_outResponse) in at_send_command_singleline()
805 ATResponse **pp_outResponse) in at_send_command_numeric()
829 ATResponse **pp_outResponse) in at_send_command_sms()
852 ATResponse **pp_outResponse) in at_send_command_multiline()
925 AT_CME_Error at_get_cme_error(const ATResponse *p_response) in at_get_cme_error()