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
756 err = at_send_command_full_nolock(command, type, in at_send_command_full()
782 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
786 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
793 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
799 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
816 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
821 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
838 int at_send_command_sms (const char *command, in at_send_command_sms() argument
845 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_sms()
862 int at_send_command_multiline (const char *command, in at_send_command_multiline() argument
868 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()