Home
last modified time | relevance | path

Searched refs:at_send_command_multiline (Results 1 – 3 of 3) sorted by relevance

/hardware/ril/reference-ril/
Datchannel.h97 int at_send_command_multiline (const char *command,
Dreference-ril.c302 err = at_send_command_multiline ("AT+CGACT?", "+CGACT:", &p_response); in requestOrSendDataCallList()
350 err = at_send_command_multiline ("AT+CGDCONT?", "+CGDCONT:", &p_response); in requestOrSendDataCallList()
494 err = at_send_command_multiline ("AT+CLCC", "+CLCC:", &p_response);
856 err = at_send_command_multiline(
Datchannel.c912 int at_send_command_multiline (const char *command, in at_send_command_multiline() function