Lines Matching refs:command
672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
684 err = writeline (command); in at_send_command_full_nolock()
739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
751 err = at_send_command_full_nolock(command, type, in at_send_command_full()
774 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
778 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
785 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
791 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
808 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
813 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
830 int at_send_command_sms (const char *command, in at_send_command_sms() argument
837 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_sms()
854 int at_send_command_multiline (const char *command, in at_send_command_multiline() argument
860 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()