HID report request.
Synopsis:
typedef struct bt_hid_report_req {
bt_hid_report_type_t reportType ;
uint8_t useId ;
uint8_t reportId ;
uint16_t bufferSize ;
}bt_hid_report_req_t;
Data:
- bt_hid_report_type_t reportType
- Report type (input, output, or feature).
- uint8_t useId
- Set to TRUE if reportId should be used.
- uint8_t reportId
- The report ID.
- uint16_t bufferSize
- The maximum buffer size for returning events.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Description: