Searched refs:at_send_command_multiline (Results 1 – 3 of 3) sorted by relevance
97 int at_send_command_multiline (const char *command,
302 err = at_send_command_multiline ("AT+CGACT?", "+CGACT:", &p_response); in requestOrSendDataCallList()350 err = at_send_command_multiline ("AT+CGDCONT?", "+CGDCONT:", &p_response); in requestOrSendDataCallList()494 err = at_send_command_multiline ("AT+CLCC", "+CLCC:", &p_response);856 err = at_send_command_multiline(
912 int at_send_command_multiline (const char *command, in at_send_command_multiline() function