Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c117 if (p_cb->hid_srvc[i].in_use) { in bta_hh_le_hid_report_dbg()
118 p_rpt = &p_cb->hid_srvc[i].report[0]; in bta_hh_le_hid_report_dbg()
312 p_dev_cb->hid_srvc[idx].in_use = TRUE; in bta_hh_le_add_hid_srvc_entry()
440 if (p_cb->hid_srvc[i].in_use && in bta_hh_le_find_service_inst_by_battery_inst_id()
441 p_cb->hid_srvc[i].incl_srvc_inst == ba_inst_id) { in bta_hh_le_find_service_inst_by_battery_inst_id()
473 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_report_entry()
548 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_alloc_report_entry()
761 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()
765 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref); in bta_hh_le_save_ext_rpt_ref()
785 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc[srvc_inst].report[0]; in bta_hh_le_register_input_notif()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h259 tBTA_HH_LE_HID_SRVC hid_srvc[BTA_HH_LE_HID_SRVC_MAX]; member