1.1.2.3.3.1.2.9 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;

Field Documentation

FieldDescription
connHandleThe connection handle associated with the connection.
lengthLength of the written value.
offsetOffset of the written value.
reportIdReport id of the written report.
p_dataData of the written value.