Examining and testing with the TI BLE example HIDEMUKBD on a Windows 8.1 host, it appears that the example sends data via the interrupt channel. The Bluetooth standard for HID also requires that a host's get_report to the device requires the device to send data on the control channel.
The HIDEMUKBD doesn't implement a GET_REPORT response and I can't find an TI BLE example that does. Also, the TI BLE stack documentation doesn't address GET_REPORT.
Am I missing something?
Does the TI BLE Stack implement GET_REPORT message processing from the host or data transmission on the control channel?