HomeSort by relevance Sort by last modified time
    Searched refs:at_send_command_singleline (Results 1 - 3 of 3) sorted by null

  /hardware/ril/reference-ril/
atchannel.h 41 #define AT_ERROR_INVALID_RESPONSE -6 /* eg an at_send_command_singleline that
90 int at_send_command_singleline (const char *command,
reference-ril.c 353 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL);
632 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response);
875 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response);
938 err = at_send_command_singleline(cmd, "+CTEC:", &p_response);
995 err = at_send_command_singleline("AT+WPRL?", "+WPRL:", &p_response);
    [all...]
atchannel.c 781 int at_send_command_singleline (const char *command, function

Completed in 452 milliseconds