HID report type selection.
#include <btapi/bthid.h>
typedef enum { BT_HID_REPORT_OTHER = 0 BT_HID_REPORT_INPUT = 1 BT_HID_REPORT_OUTPUT = 2 BT_HID_REPORT_FEATURE = 3 } bt_hid_report_type_t;
BlackBerry 10.2.0