Dear all
I'm going to develop a BLE central that connects to a known BLE custom profile on one side, and connects to USB (not CDC) to the computer side, as a USB device.
From what I found until now, the closer project available in TI stack is hostTestApp (BLE central to/from USB CDC).
I would like to replace the CDC USB descriptors of this project to my own USB descriptors, as well as implement the TX/RX to/from USB.
Can someone here point me to the correct files where are described the USB CDC descriptors as well as the TX/RX functions to send/receive to/from USB ?
Thanks to all