Home
last modified time | relevance | path

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

/components/net/at/at_socket/
A Dat_socket.h64 } at_socket_evt_t; typedef
69 typedef void (*at_evt_cb_t)(struct at_socket *socket, at_socket_evt_t event, const char *buff, size…
81 void (*at_set_event_cb)(at_socket_evt_t event, at_evt_cb_t cb);
A Dat_socket.c56 static void at_connect_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, s…
501 static void at_recv_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, size…
502 static void at_closed_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, si…
740 static void at_connect_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, s… in at_connect_notice_cb()
806 static void at_recv_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, size… in at_recv_notice_cb()
833 static void at_closed_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, si… in at_closed_notice_cb()

Completed in 10 milliseconds