Lines Matching refs:command
721 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
735 err = writeline (command); in at_send_command_full_nolock()
796 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
809 err = at_send_command_full_nolock(command, type, in at_send_command_full()
832 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
836 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
843 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
849 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
866 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
871 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
888 int at_send_command_sms (const char *command, in at_send_command_sms() argument
895 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_sms()
912 int at_send_command_multiline (const char *command, in at_send_command_multiline() argument
918 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()