Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c761 STREAM_TO_UINT16(p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref, pp); in bta_hh_le_save_ext_rpt_ref()
765 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref); in bta_hh_le_save_ext_rpt_ref()
1075 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_rpt()
1098 &p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].report[0]); in bta_hh_le_expl_rpt()
1115 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_boot_rpt()
1517 p_dev_cb->cur_srvc_index, in bta_hh_le_srvc_expl_srvc()
1518 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use); in bta_hh_le_srvc_expl_srvc()
1521 if (p_dev_cb->cur_srvc_index < BTA_HH_LE_HID_SRVC_MAX && in bta_hh_le_srvc_expl_srvc()
1522 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use) { in bta_hh_le_srvc_expl_srvc()
1523 if (!p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].expl_incl_srvc) in bta_hh_le_srvc_expl_srvc()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h264 UINT8 cur_srvc_index; /* currently discovering service index */ member