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

  /hardware/ril/reference-ril/
reference-ril.c 421 at_send_command("AT%CPHS=1", NULL);
424 at_send_command("AT%CTZV=1", NULL);
444 at_send_command("AT+CNMI=1,2,2,1,1", NULL);
458 err = at_send_command("AT+CFUN=0", &p_response);
462 err = at_send_command("AT+CFUN=1", &p_response);
492 err = at_send_command("AT+CFUN=0", &p_response);
561 at_send_command(atCommand, NULL);
970 ret = at_send_command(cmd, NULL);
1027 ret = at_send_command(cmd, NULL);
    [all...]
atchannel.h 104 int at_send_command (const char *command, ATResponse **pp_outResponse);
atchannel.c 782 int at_send_command (const char *command, ATResponse **pp_outResponse) function

Completed in 432 milliseconds