Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c58 } USB_Bluetooth_t; typedef
79 static USB_Bluetooth_t usb_bluetooth;
97 USBH_StatusTypeDef usbh_bluetooth_start_acl_in_transfer(USBH_HandleTypeDef *phost, USB_Bluetooth_t in usbh_bluetooth_start_acl_in_transfer()
142 memset(&usb_bluetooth, 0, sizeof(USB_Bluetooth_t)); in USBH_Bluetooth_InterfaceInit()
149 USB_Bluetooth_t * usb = &usb_bluetooth; in USBH_Bluetooth_InterfaceInit()
199 USB_Bluetooth_t * usb = (USB_Bluetooth_t *) phost->pActiveClass->pData; in USBH_Bluetooth_Process()