Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 7 of 7) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h78 altcp_poll_fn poll; member
H A Dtcp.h358 tcp_poll_fn poll; member
H A Dsockets.h657 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp.c261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll()
H A Dtcp.c2112 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Inc/
H A Dusbh_hid.h222 uint16_t poll; member
/btstack/src/
H A Dl2cap.c302 …_for_supevisor_frame(l2cap_supervisory_function_t supervisory_function, int poll, int final, uint8… in l2cap_encanced_control_field_for_supevisor_frame()
4644 int poll = (control >> 4) & 0x01; in l2cap_acl_classic_handler_for_channel() local