Searched refs:hid_inst_id (Results 1 – 1 of 1) sorted by relevance
462 UINT8 hid_inst_id = srvc_inst_id; in bta_hh_le_find_report_entry() local466 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id); in bta_hh_le_find_report_entry()468 if (hid_inst_id == BTA_HH_IDX_INVALID) { in bta_hh_le_find_report_entry()473 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_report_entry()538 UINT8 i, hid_inst_id = srvc_inst_id; in bta_hh_le_find_alloc_report_entry() local542 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id); in bta_hh_le_find_alloc_report_entry()544 if (hid_inst_id == BTA_HH_IDX_INVALID) { in bta_hh_le_find_alloc_report_entry()548 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_alloc_report_entry()2174 UINT8 srvc_inst_id, hid_inst_id; in bta_hh_le_write_char_descr_cmpl() local2179 hid_inst_id = srvc_inst_id; in bta_hh_le_write_char_descr_cmpl()[all …]