Home
last modified time | relevance | path

Searched refs:report_len (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c257 UINT16 report_len) in bta_hh_parse_keybd_rpt() argument
268 p_report, report_len); in bta_hh_parse_keybd_rpt()
271 if (report_len < 2) { in bta_hh_parse_keybd_rpt()
276 report_len--; in bta_hh_parse_keybd_rpt()
278 if (report_len > BTA_HH_MAX_RPT_CHARS) { in bta_hh_parse_keybd_rpt()
279 report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_keybd_rpt()
284 memcpy (this_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
301 for (xx = 0; xx < report_len; xx++) { in bta_hh_parse_keybd_rpt()
311 for (xx = 0; xx < report_len; xx++) { in bta_hh_parse_keybd_rpt()
335 memcpy (p_kb->last_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
[all …]
Dbta_hh_api.c451 UINT16 report_len) in BTA_HhParseBootRpt() argument
460 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len - 1)); in BTA_HhParseBootRpt()
465 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1)); in BTA_HhParseBootRpt()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_rrm.h25 typedef void (*neighbor_rep_request_cb)(void *ctx, const uint8_t *report, size_t report_len);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.h12 const u8 *report, size_t report_len);
Drrm.c67 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() argument
70 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep()
71 if (report_len < 1) in wpas_rrm_process_neighbor_rep()
92 report, report_len); in wpas_rrm_process_neighbor_rep()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h344 UINT8 *p_report, UINT16 report_len);
346 UINT8 *p_report, UINT16 report_len);
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h538 UINT16 report_len);