OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:at_send_command
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/reference-ril/
reference-ril.c
224
at_send_command
("AT%CPHS=1", NULL);
227
at_send_command
("AT%CTZV=1", NULL);
247
at_send_command
("AT+CNMI=1,2,2,1,1", NULL);
261
err =
at_send_command
("AT+CFUN=0", &p_response);
265
err =
at_send_command
("AT+CFUN=1", &p_response);
672
ret =
at_send_command
(cmd, NULL);
720
ret =
at_send_command
(cmd, NULL);
1022
err =
at_send_command
("AT%CPRIM=\"GMM\",\"CONFIG MULTISLOT_CLASS=<10>\"",
1025
err =
at_send_command
("AT%DATA=2,\"UART\",1,,\"SER\",\"UART\",0", NULL);
1100
err =
at_send_command
(cmd, NULL)
[
all
...]
atchannel.h
104
int
at_send_command
(const char *command, ATResponse **pp_outResponse);
atchannel.c
832
int
at_send_command
(const char *command, ATResponse **pp_outResponse)
function
Completed in 600 milliseconds