joylink_softap_start.h 235 B

12345678910
  1. #ifndef _JOYLINK_SOFTAP_START_H_
  2. #define _JOYLINK_SOFTAP_START_H_
  3. int joylink_udp_broad_send(int socket_fd, char *buf, int len);
  4. int joylink_softap_socket_send(int socket_fd, char *buf, int len);
  5. int joylink_softap_start();
  6. #endif