Searched refs:hid_srvc (Results 1 – 2 of 2) sorted by relevance
121 if (p_cb->hid_srvc[i].in_use) in bta_hh_le_hid_report_dbg()123 p_rpt = &p_cb->hid_srvc[i].report[0]; in bta_hh_le_hid_report_dbg()317 p_dev_cb->hid_srvc[idx].in_use = TRUE; in bta_hh_le_add_hid_srvc_entry()447 if (p_cb->hid_srvc[i].in_use && in bta_hh_le_find_service_inst_by_battery_inst_id()448 p_cb->hid_srvc[i].incl_srvc_inst == ba_inst_id) in bta_hh_le_find_service_inst_by_battery_inst_id()481 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_report_entry()557 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_alloc_report_entry()783 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()787 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref); in bta_hh_le_save_ext_rpt_ref()807 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc[srvc_inst].report[0]; in bta_hh_le_register_input_notif()[all …]
270 tBTA_HH_LE_HID_SRVC hid_srvc[BTA_HH_LE_HID_SRVC_MAX]; member