Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c930 tBTA_HH_LE_RPT *p_rpt = &p_cb->hid_srvc[srvc_inst_id].report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg()
933 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()
950 p_cb->clt_cfg_idx = i; in bta_hh_le_write_rpt_clt_cfg()
956 p_cb->clt_cfg_idx = 0; in bta_hh_le_write_rpt_clt_cfg()
1496 p_cb->clt_cfg_idx = 0; in bta_hh_le_gatt_disc_cmpl()
2188 p_dev_cb->hid_srvc[hid_inst_id].report[p_dev_cb->clt_cfg_idx].client_cfg_value = in bta_hh_le_write_char_descr_cmpl()
2191 p_dev_cb->clt_cfg_idx ++; in bta_hh_le_write_char_descr_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h263 UINT8 clt_cfg_idx; member