Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.cc90 if (!p_cb->hid_srvc.in_use) return; in bta_hh_le_hid_report_dbg()
92 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_hid_report_dbg()
326 if (p_cb->hid_srvc.in_use && p_cb->hid_srvc.incl_srvc_inst == ba_inst_id) { in bta_hh_le_find_service_inst_by_battery_inst_id()
327 return p_cb->hid_srvc.srvc_inst_id; in bta_hh_le_find_service_inst_by_battery_inst_id()
354 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_report_entry()
424 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_alloc_report_entry()
557 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_register_input_notif()
617 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_deregister_input_notif()
708 p_dev_cb->hid_srvc.report[p_dev_cb->clt_cfg_idx].client_cfg_value = in write_rpt_ctl_cfg_cb()
728 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg()
[all …]
Dbta_hh_int.h249 tBTA_HH_LE_HID_SRVC hid_srvc; member