Searched refs:at_send_command_full (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/reference-ril/ |
D | atchannel.c | 744 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() function 784 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command() 797 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline() 819 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric() 843 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_sms() 866 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()
|