The callback prototype to indicate a report has been requested.
#include <btapi/bthid.h>
typedef void(* bt_hid_report_req_cb)(const bt_hid_report_req_t *req);
BlackBerry 10.2.0
Information about the report request.
The application must respond to this event by calling bt_hid_get_report_res().