How to select endpoint transfer type in hid keyboard example?
I am using nRF5 v15 with a nRF52832 and Soft Device s132 and the reports keep being sent as a bulk transfer rather than an interrupt, I can't seem to change it.
Cheers, Ash
How to select endpoint transfer type in hid keyboard example?
I am using nRF5 v15 with a nRF52832 and Soft Device s132 and the reports keep being sent as a bulk transfer rather than an interrupt, I can't seem to change it.
Cheers, Ash
Ok, Thank you,I think I figured it out.
It looks like the encoded report is in ble_hids.c, functions rep_char_add and rep_map_char_add seem to do most of the heavy lifting and the functions used within them encode and then send the report.
Cheers, Ash.