Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h242 uint8_t bDeviceSubClass; member
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c798 desc.bDeviceClass, desc.bDeviceSubClass, desc.bDeviceProtocol); in scan_for_bt_device()
804 … if (desc.bDeviceClass == 0xE0 && desc.bDeviceSubClass == 0x01 && desc.bDeviceProtocol == 0x01) { in scan_for_bt_device()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ctlreq.c353 dev_desc->bDeviceSubClass = *(uint8_t *)(buf + 5); in USBH_ParseDevDesc()