Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h194 #ifndef BTA_HH_LE_RPT_MAX
195 #define BTA_HH_LE_RPT_MAX 20 macro
200 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX];
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c122 for (j = 0; j < BTA_HH_LE_RPT_MAX; j ++, p_rpt++) { in bta_hh_le_hid_report_dbg()
474 for (i = 0; i < BTA_HH_LE_RPT_MAX; i ++, p_rpt ++) { in bta_hh_le_find_report_entry()
504 for (i = 0 ; i < BTA_HH_LE_RPT_MAX; i ++, p_rpt++) { in bta_hh_le_find_rpt_by_idtype()
549 for (i = 0; i < BTA_HH_LE_RPT_MAX; i ++, p_rpt ++) { in bta_hh_le_find_alloc_report_entry()
668 if (p_rpt->index == BTA_HH_LE_RPT_MAX - 1) { in bta_hh_le_read_rpt_ref_descr()
730 if (p_rpt->index < BTA_HH_LE_RPT_MAX - 1) { in bta_hh_le_save_rpt_ref()
793 for (i = 0; i < BTA_HH_LE_RPT_MAX; i ++, p_rpt ++) { in bta_hh_le_register_input_notif()
932 for (i = p_cb->clt_cfg_idx; i < BTA_HH_LE_RPT_MAX && p_rpt->in_use; i ++, p_rpt ++) { in bta_hh_le_write_rpt_clt_cfg()