Lines Matching refs:command
673 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
685 err = writeline (command); in at_send_command_full_nolock()
740 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
757 err = at_send_command_full_nolock(command, type, in at_send_command_full()
783 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
787 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
794 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
800 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
817 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
822 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
839 int at_send_command_sms (const char *command, in at_send_command_sms() argument
846 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_sms()
863 int at_send_command_multiline (const char *command, in at_send_command_multiline() argument
869 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()