Searched refs:at_send_command_singleline (Results 1 – 3 of 3) sorted by relevance
/hardware/ril/reference-ril/ |
D | atchannel.h | 90 int at_send_command_singleline (const char *command,
|
D | reference-ril.c | 432 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL); in onSIMReady() 742 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response); in requestQueryNetworkSelectionMode() 1000 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response); 1063 err = at_send_command_singleline(cmd, "+CTEC:", &p_response); 1120 err = at_send_command_singleline("AT+WPRL?", "+WPRL:", &p_response); 1203 err = at_send_command_singleline(cmd, "+CCSS:", &p_response); 1286 res = at_send_command_singleline("AT+WRMP?", "+WRMP:", &p_response); 1469 err = at_send_command_singleline(cmd, prefix, &p_response); 1829 err = at_send_command_singleline(cmd, "+CCHC", &p_response); 1866 err = at_send_command_singleline(cmd, "+CGLA", &p_response); [all …]
|
D | atchannel.c | 785 int at_send_command_singleline (const char *command, in at_send_command_singleline() function
|