Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.c470 UINT8 hid_inst_id = srvc_inst_id; in bta_hh_le_find_report_entry() local
475 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()
477 if (hid_inst_id == BTA_HH_IDX_INVALID) in bta_hh_le_find_report_entry()
481 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_report_entry()
547 UINT8 i, hid_inst_id = srvc_inst_id; in bta_hh_le_find_alloc_report_entry() local
552 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()
554 if (hid_inst_id == BTA_HH_IDX_INVALID) in bta_hh_le_find_alloc_report_entry()
557 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_alloc_report_entry()
2287 UINT8 srvc_inst_id, hid_inst_id; in bta_hh_le_write_char_descr_cmpl() local
2293 hid_inst_id = srvc_inst_id; in bta_hh_le_write_char_descr_cmpl()
[all …]