Searched refs:report_len (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_utils.c | 257 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 …]
|
D | bta_hh_api.c | 451 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/ |
D | esp_rrm.h | 25 typedef void (*neighbor_rep_request_cb)(void *ctx, const uint8_t *report, size_t report_len);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | rrm.h | 12 const u8 *report, size_t report_len);
|
D | rrm.c | 67 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/ |
D | bta_hh_int.h | 344 UINT8 *p_report, UINT16 report_len); 346 UINT8 *p_report, UINT16 report_len);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hh_api.h | 538 UINT16 report_len);
|