my project is below.
ble stack:1.4.0
project: hosttestApp
I developed Bluetooth dongle and remote controller
I attached “h-wheel” data form hid mouse data form remote controller
0x05, 0x0c, // USAGE_PAGE (Consumer Devices)
0x0a, 0x38, 0x02, // USAGE (AC Pan)
0x15, 0x81, // LOGICAL_MINIMUM (-127)
0x25, 0x7f, // LOGICAL_MAXIMUM (127)
0x75, 0x08, // REPORT_SIZE (8)
0x95, 0x01, // Report Count (3)
0x81, 0x06, // INPUT (Data,Var,Rel)
It is well working with other vendor ble dongle.
But Ti usb dongle is not working.
How can I fix it form dongle S/W(host test APP)?
Thank you.
Yj KIM.