summaryrefslogtreecommitdiff
path: root/src/class/bth
AgeCommit message (Collapse)Author
2021-11-05bth: Update driver to interface association changesJerzy Kasenberg
Two interfaces that are required by Bluetooth Primary Controller do not have IAD according to Bluetooth specification. Those two interfaces were opened separately in process_set_config(). Later interface association was inferred for BTH (along with other drivers), since then only one call to open() is place for BTH driver that should prepare both interfaces at once. To make it work again btd_open() parses two interfaces at once.
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-09-13Add size check to tud_bt_hci_cmd_cb call in bth_device.cszymonh
2021-09-12Prevent buffer overflow in bth_device.cszymonh
2021-05-27include clean uphathach
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-20clean uphathach
2020-11-20migrate bth device to new control xfer cbhathach
2020-08-11use usbd_edpt_open in bth driverhathach
2020-05-28Add bt hci device classJerzy Kasenberg
Code implements USB transport for bluetooth HCI.