OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
346
at_send_command_singleline
("AT+CSMS=1", "+CSMS:", NULL);
605
err =
at_send_command_singleline
("AT+COPS?", "+COPS:", &p_response);
848
err =
at_send_command_singleline
("AT+CSQ", "+CSQ:", &p_response);
911
err =
at_send_command_singleline
(cmd, "+CTEC:", &p_response);
968
err =
at_send_command_singleline
("AT+WPRL?", "+WPRL:", &p_response);
1052
err =
at_send_command_singleline
(cmd, "+CCSS:", &p_response);
[
all
...]
atchannel.c
843
int
at_send_command_singleline
(const char *command,
function
Completed in 78 milliseconds