Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.h29 extern void AT_DUMP(const char* prefix, const char* buff, int len);
31 #define AT_DUMP(prefix,buff,len) do{}while(0)
H A Datchannel.c56 void AT_DUMP(const char* prefix, const char* buff, int len) in AT_DUMP() function
392 AT_DUMP( "<< ", p_read, count ); in readline()
505 AT_DUMP( ">> ", s, strlen(s) ); in writeline()
558 AT_DUMP( ">* ", s, strlen(s) ); in writeCtrlZ()