Searched defs:hid_inst_id (Results 1 - 1 of 1) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_le.c470 UINT8 hid_inst_id = srvc_inst_id; local
475 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id);
477 if (hid_inst_id == BTA_HH_IDX_INVALID)
481 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0];
547 UINT8 i, hid_inst_id = srvc_inst_id; local
552 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id);
554 if (hid_inst_id == BTA_HH_IDX_INVALID)
557 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0];
2287 UINT8 srvc_inst_id, hid_inst_id; local
2293 hid_inst_id
[all...]

Completed in 21 milliseconds