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
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle associated with the connection. |
| length | Length of the report data written. |
| offset | Offset where the report data is written. |
| reportId | Identifier of the report. |
| p_data | Pointer to the report data. |
