Lines Matching refs:hid_srvc
88 if (!p_cb->hid_srvc.in_use) return; in bta_hh_le_hid_report_dbg()
90 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_hid_report_dbg()
308 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()
309 return p_cb->hid_srvc.srvc_inst_id; in bta_hh_le_find_service_inst_by_battery_inst_id()
336 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_report_entry()
404 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_alloc_report_entry()
537 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_register_input_notif()
595 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_deregister_input_notif()
682 p_dev_cb->hid_srvc.report[p_dev_cb->clt_cfg_idx].client_cfg_value = in write_rpt_ctl_cfg_cb()
702 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg()
771 if (p_cb->hid_srvc.proto_mode_handle == 0) { in bta_hh_le_set_protocol_mode()
794 p_cb->conn_id, p_cb->hid_srvc.proto_mode_handle, {mode}, in bta_hh_le_set_protocol_mode()
853 if (p_cb->hid_srvc.in_use && p_cb->hid_srvc.proto_mode_handle != 0) { in bta_hh_le_get_protocol_mode()
855 p_cb->hid_srvc.proto_mode_handle, in bta_hh_le_get_protocol_mode()
969 if (!p_cb->hid_srvc.in_use) { in bta_hh_security_cmpl()
981 if (p_cb->app_id != 0 && p_cb->hid_srvc.in_use) { in bta_hh_security_cmpl()
1033 tBTA_HH_LE_HID_SRVC* p_hid_srvc = &p_cb->hid_srvc; in bta_hh_clear_service_cache()
1225 tBTA_HH_LE_HID_SRVC* p_srvc = &p_dev_cb->hid_srvc; in read_hid_report_map_cb()
1235 p_srvc->descriptor.dsc_list = p_dev_cb->hid_srvc.rpt_map; in read_hid_report_map_cb()
1257 STREAM_TO_UINT16(p_dev_cb->hid_srvc.ext_rpt_ref, pp); in read_ext_rpt_ref_desc_cb()
1260 p_dev_cb->hid_srvc.ext_rpt_ref); in read_ext_rpt_ref_desc_cb()
1371 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1390 p_dev_cb, p_dev_cb->hid_srvc.srvc_inst_id, GATT_UUID_HID_REPORT, in bta_hh_le_search_hid_chars()
1423 p_dev_cb->hid_srvc.proto_mode_handle = charac.value_handle; in bta_hh_le_search_hid_chars()
1462 p_dev_cb->hid_srvc.in_use = true; in bta_hh_le_srvc_search_cmpl()
1463 p_dev_cb->hid_srvc.srvc_inst_id = service.handle; in bta_hh_le_srvc_search_cmpl()
1464 p_dev_cb->hid_srvc.proto_mode_handle = 0; in bta_hh_le_srvc_search_cmpl()
1465 p_dev_cb->hid_srvc.control_point_handle = 0; in bta_hh_le_srvc_search_cmpl()
1470 p_dev_cb->hid_srvc.srvc_inst_id); in bta_hh_le_srvc_search_cmpl()
1750 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
1814 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, in bta_hh_le_write_rpt()
1851 p_cb->conn_id, p_cb->hid_srvc.control_point_handle, {(uint8_t)ctrl_type}, in bta_hh_le_suspend()
1917 if (p_cb->hid_srvc.in_use) { in bta_hh_le_get_dscp_act()
1918 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc.descriptor.dl_len; in bta_hh_le_get_dscp_act()
1919 p_cb->dscp_info.descriptor.dsc_list = p_cb->hid_srvc.descriptor.dsc_list; in bta_hh_le_get_dscp_act()
2078 p_cb->hid_srvc.in_use = true; in bta_hh_process_cache_rpt()
2081 p_cb->hid_srvc.descriptor.dl_len = p_cb->dscp_info.descriptor.dl_len; in bta_hh_process_cache_rpt()
2082 p_cb->hid_srvc.descriptor.dsc_list = p_cb->dscp_info.descriptor.dsc_list; in bta_hh_process_cache_rpt()