Searched refs:cur_srvc_index (Results 1 – 2 of 2) sorted by relevance
760 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()764 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref); in bta_hh_le_save_ext_rpt_ref()1074 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_rpt()1097 &p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].report[0]); in bta_hh_le_expl_rpt()1114 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_boot_rpt()1516 p_dev_cb->cur_srvc_index, in bta_hh_le_srvc_expl_srvc()1517 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use); in bta_hh_le_srvc_expl_srvc()1520 if (p_dev_cb->cur_srvc_index < BTA_HH_LE_HID_SRVC_MAX && in bta_hh_le_srvc_expl_srvc()1521 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use) { in bta_hh_le_srvc_expl_srvc()1522 if (!p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].expl_incl_srvc) in bta_hh_le_srvc_expl_srvc()[all …]
263 UINT8 cur_srvc_index; /* currently discovering service index */ member