bt_hid_report_req_cb
The callback prototype to indicate a report has been requested.
Synopsis:
#include <btapi/bthid.h>
typedef void(* bt_hid_report_req_cb)(const bt_hid_report_req_t *req);
Since:
BlackBerry 10.2.0
Arguments:
- req
-
Information about the report request.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)Description:
The application must respond to this event by calling bt_hid_get_report_res().
Last modified: 2014-05-14