Lines Matching full:at
12 #include <at.h>
19 #define LOG_TAG "at.svr"
45 * AT server send data to AT device
61 * AT server send data and newline to AT device
78 * AT server request arguments parse arguments
105 * AT server send command execute result to AT device
107 * @param result AT command execute result
147 * AT server print all commands to AT device
449 /* initialize the AT commands table.*/ in at_server_init()
469 LOG_E("AT server session initialize failed! No memory for at_server structure !"); in at_server_init()
482 LOG_E("AT server session initialize failed! at_rx_notice semaphore create failed!"); in at_server_init()
506 LOG_E("AT device initialize failed! Not find the device : %s.", AT_SERVER_DEVICE); in at_server_init()
534 LOG_I("RT-Thread AT server (V%s) initialize success.", AT_SW_VERSION); in at_server_init()
543 LOG_E("RT-Thread AT server (V%s) initialize failed(%d).", AT_SW_VERSION, result); in at_server_init()
552 LOG_E("The reset for AT server is not implement."); in at_port_reset()
557 LOG_E("The factory reset for AT server is not implement."); in at_port_factory_reset()