Home
last modified time | relevance | path

Searched refs:HIDS_REPORT_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/hids/
Dhids.c173 …input_report_val[IN_REPORT_MAX_COUNT][HIDS_REPORT_MAX_SIZE]; /**< Input report characteristics val…
175 …output_report_val[HIDS_REPORT_MAX_SIZE]; /**< Output report characteristic val…
177 …feature_report_val[HIDS_REPORT_MAX_SIZE]; /**< Feature report characteristic va…
221 ATT_VAL_LOC_USER, HIDS_REPORT_MAX_SIZE
236 ATT_VAL_LOC_USER, HIDS_REPORT_MAX_SIZE
251 ATT_VAL_LOC_USER, HIDS_REPORT_MAX_SIZE
266 ATT_VAL_LOC_USER, HIDS_REPORT_MAX_SIZE
279 ATT_VAL_LOC_USER, HIDS_REPORT_MAX_SIZE
960 len = ((length > HIDS_REPORT_MAX_SIZE) ? HIDS_REPORT_MAX_SIZE : len); in hids_input_rep_send()
Dhids.h82 #define HIDS_REPORT_MAX_SIZE 20 /**< Maximum length of report. */ macro