The callback prototype to indicate a report has been received.
#include <btapi/bthid.h>
typedef void(* bt_hid_report_set_cb)(const bt_hid_report_t *report);
BlackBerry 10.2.0
The report that has been received.
The application must respond to this event by calling bt_hid_set_report_res().