This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending a feature report

I want to use feature reports in my HID project, but as far as I see this functionality is not fully included in ble_hids.c (SDK 11). I already managed to properly receive feature report (sent from Windows), but I still have no idea how can I send a feature report. I would be grateful for every tip.

Best regards, Marcin

Parents Reply
  • Read_resp should be 1 by default, no need to change it. As I understand it you send the request for a feature report from the device from the master device, in your case windows.

    If you have defined read_resp and populated characteristics by using feature_rep_characteristics_add() the master should get a feature report from the device when requested.

    I am not sure how you perform the read request on the master side, however I believe there should be documentation for this online.

Children
No Data
Related