[add] implement about "AT server".

This commit is contained in:
liuxianliang
2022-07-04 11:03:01 +08:00
committed by guo
parent b2bc0dcd16
commit cca2f40ae0
4 changed files with 325 additions and 2 deletions
+8
View File
@@ -69,9 +69,17 @@ static const struct sal_socket_ops at_socket_ops =
at_socket,
at_closesocket,
at_bind,
#ifdef AT_USING_SOCKET_SERVER
at_listen,
#else
NULL,
#endif
at_connect,
#ifdef AT_USING_SOCKET_SERVER
at_accept,
#else
NULL,
#endif
at_sendto,
at_recvfrom,
at_getsockopt,