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 350 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL);
627 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response);
870 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response);
933 err = at_send_command_singleline(cmd, "+CTEC:", &p_response);
990 err = at_send_command_singleline("AT+WPRL?", "+WPRL:", &p_response);
    [all...]
atchannel.c 791 int at_send_command_singleline (const char *command, function

Completed in 42 milliseconds