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

Structure for the BLE_HOGPS_EVT_BOOT_KB_INPUT_REPORT_WRITE_IND, BLE_HOGPS_EVT_BOOT_KB_OUTPUT_REPORT_WRITE_IND, BLE_HOGPS_EVT_BOOT_M_INPUT_REPORT_WRITE_IND event.

Field Documentation

FieldDescription
connHandleThe connection handle associated with the connection.
lengthLength of the report data written.
offsetOffset where the report data is written.
p_dataPointer to the report data.