espressif_tinyusb/src/class/bth
Jerzy Kasenberg ec8ece2c9d bth: Update driver to interface association changes
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-11-05 12:33:15 +01:00
..
bth_device.c bth: Update driver to interface association changes 2021-11-05 12:33:15 +01:00
bth_device.h migrate bth device to new control xfer cb 2020-11-20 16:13:58 +07:00