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 236 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL);
495 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response);
736 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response);
791 err = at_send_command_singleline(cmd, prefix, &p_response);
    [all...]
atchannel.c 843 int at_send_command_singleline (const char *command, function

Completed in 20 milliseconds