1.2.2.3.3.1.2.5 BLE_HOGPS_EvtBootReportWrite_T
C
typedef struct BLE_HOGPS_EvtBootReportWrite_T { uint16_t connHandle; uint16_t length; uint16_t offset; uint8_t *p_data; } BLE_HOGPS_EvtBootReportWrite_T;
Description
Field Documentation
Field | Description |
---|---|
connHandle | The connection handle associated with the connection. |
length | Length of the written value. |
offset | Offset of the written value. |
p_data | Data of the written value. |