Searched defs:poll (Results 1 – 7 of 7) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | altcp.h | 78 altcp_poll_fn poll; member
|
H A D | tcp.h | 358 tcp_poll_fn poll; member
|
H A D | sockets.h | 657 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | altcp.c | 261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll()
|
H A D | tcp.c | 2112 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 D | usbh_hid.h | 222 uint16_t poll; member
|
/btstack/src/ |
H A D | l2cap.c | 302 …_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
|