BLE_HOGPS_EvtReportWrite_T
C
typedef struct BLE_HOGPS_EvtReportWrite_T
{
    uint16_t                            connHandle;
    uint16_t                            length;
    uint16_t                            offset;
    uint8_t                             reportId;
    uint8_t                             *p_data;
} BLE_HOGPS_EvtReportWrite_T;Description
Data structure for BLE_HOGPS_EVT_INPUT_REPORT_WRITE_IND, BLE_HOGPS_EVT_OUTPUT_REPORT_WRITE_IND, BLE_HOGPS_EVT_FEATURE_REPORT_WRITE_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | The connection handle associated with the connection. | 
| length | Length of the written value. | 
| offset | Offset of the written value. | 
| reportId | Report id of the written report. | 
| p_data | Data of the written value. | 
