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

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c467 UINT8 hid_inst_id = srvc_inst_id; local
472 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id);
474 if (hid_inst_id == BTA_HH_IDX_INVALID)
478 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0];
544 UINT8 i, hid_inst_id = srvc_inst_id; local
549 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id);
551 if (hid_inst_id == BTA_HH_IDX_INVALID)
554 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0];
2283 UINT8 srvc_inst_id, hid_inst_id; local
2289 hid_inst_id
[all...]

Completed in 173 milliseconds