Home
last modified time | relevance | path

Searched refs:ATUnsolHandler (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.h74 typedef void (*ATUnsolHandler)(const char *s, const char *sms_pdu); typedef
76 int at_open(int fd, ATUnsolHandler h);
H A Datchannel.c46 static ATUnsolHandler s_unsolHandler;
637 int at_open(int fd, ATUnsolHandler h) in at_open()