Home
last modified time | relevance | path

Searched refs:USBH_BulkSendData (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_ioreq.h109 USBH_StatusTypeDef USBH_BulkSendData(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ioreq.c178 USBH_StatusTypeDef USBH_BulkSendData(USBH_HandleTypeDef *phost, in USBH_BulkSendData() function
/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c218 USBH_BulkSendData(phost, (uint8_t *) acl_packet, transfer_size, usb->acl_out_pipe, 1); in USBH_Bluetooth_Process()