Lines Matching refs:hid_srvc
91 if (!p_cb->hid_srvc.in_use) return; in bta_hh_le_hid_report_dbg()
93 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_hid_report_dbg()
327 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()
328 return p_cb->hid_srvc.srvc_inst_id; in bta_hh_le_find_service_inst_by_battery_inst_id()
355 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_report_entry()
425 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_alloc_report_entry()
558 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_register_input_notif()
618 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_deregister_input_notif()
709 p_dev_cb->hid_srvc.report[p_dev_cb->clt_cfg_idx].client_cfg_value = in write_rpt_ctl_cfg_cb()
729 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg()
798 if (p_cb->hid_srvc.proto_mode_handle == 0) { in bta_hh_le_set_protocol_mode()
821 p_cb->conn_id, p_cb->hid_srvc.proto_mode_handle, {mode}, in bta_hh_le_set_protocol_mode()
882 if (p_cb->hid_srvc.in_use && p_cb->hid_srvc.proto_mode_handle != 0) { in bta_hh_le_get_protocol_mode()
884 p_cb->hid_srvc.proto_mode_handle, in bta_hh_le_get_protocol_mode()
1000 if (!p_cb->hid_srvc.in_use) { in bta_hh_security_cmpl()
1014 if (p_cb->app_id != 0 && p_cb->hid_srvc.in_use) { in bta_hh_security_cmpl()
1063 tBTA_HH_LE_HID_SRVC* p_hid_srvc = &p_cb->hid_srvc; in bta_hh_clear_service_cache()
1264 tBTA_HH_LE_HID_SRVC* p_srvc = &p_dev_cb->hid_srvc; in read_hid_report_map_cb()
1274 p_srvc->descriptor.dsc_list = p_dev_cb->hid_srvc.rpt_map; in read_hid_report_map_cb()
1296 STREAM_TO_UINT16(p_dev_cb->hid_srvc.ext_rpt_ref, pp); in read_ext_rpt_ref_desc_cb()
1300 p_dev_cb->hid_srvc.ext_rpt_ref); in read_ext_rpt_ref_desc_cb()
1412 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1431 p_dev_cb, p_dev_cb->hid_srvc.srvc_inst_id, GATT_UUID_HID_REPORT, in bta_hh_le_search_hid_chars()
1464 p_dev_cb->hid_srvc.proto_mode_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1503 p_dev_cb->hid_srvc.in_use = true; in bta_hh_le_srvc_search_cmpl()
1504 p_dev_cb->hid_srvc.srvc_inst_id = service.handle; in bta_hh_le_srvc_search_cmpl()
1505 p_dev_cb->hid_srvc.proto_mode_handle = 0; in bta_hh_le_srvc_search_cmpl()
1506 p_dev_cb->hid_srvc.control_point_handle = 0; in bta_hh_le_srvc_search_cmpl()
1511 p_dev_cb->hid_srvc.srvc_inst_id); in bta_hh_le_srvc_search_cmpl()
1580 bta_hh_le_find_report_entry(p_dev_cb, p_dev_cb->hid_srvc.srvc_inst_id, in bta_hh_le_input_rpt_notify()
1796 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
1859 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, in bta_hh_le_write_rpt()
1896 p_cb->conn_id, p_cb->hid_srvc.control_point_handle, {(uint8_t)ctrl_type}, in bta_hh_le_suspend()
1962 if (p_cb->hid_srvc.in_use) { in bta_hh_le_get_dscp_act()
1963 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc.descriptor.dl_len; in bta_hh_le_get_dscp_act()
1964 p_cb->dscp_info.descriptor.dsc_list = p_cb->hid_srvc.descriptor.dsc_list; in bta_hh_le_get_dscp_act()
2145 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, in bta_hh_le_hid_read_rpt_clt_cfg()