• Home
  • Raw
  • Download

Lines Matching refs:dscp_info

893     p_cb->dscp_info.product_id = p_dis_value->pnp_id.product_id;  in bta_hh_le_dis_cback()
894 p_cb->dscp_info.vendor_id = p_dis_value->pnp_id.vendor_id; in bta_hh_le_dis_cback()
895 p_cb->dscp_info.version = p_dis_value->pnp_id.product_version; in bta_hh_le_dis_cback()
1036 p_cb->dscp_info.descriptor.dsc_list = NULL; in bta_hh_clear_service_cache()
1211 STREAM_TO_UINT16(p_dev_cb->dscp_info.version, pp); in read_hid_info_cb()
1212 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in read_hid_info_cb()
1213 STREAM_TO_UINT8(p_dev_cb->dscp_info.flag, pp); in read_hid_info_cb()
1569 p_dev_cb->dscp_info.ctry_code, p_dev_cb->addr, app_id); in bta_hh_le_input_rpt_notify()
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()
1921 (*bta_hh_cb.p_cback)(BTA_HH_GET_DSCP_EVT, (tBTA_HH*)&p_cb->dscp_info); in bta_hh_le_get_dscp_act()
1970 p_cb, p_dev_info->dscp_info.vendor_id, p_dev_info->dscp_info.product_id, in bta_hh_le_add_device()
1971 p_dev_info->dscp_info.version, p_dev_info->dscp_info.flag); in bta_hh_le_add_device()
1976 &p_dev_info->dscp_info.descriptor, p_dev_info->sub_class, in bta_hh_le_add_device()
1977 p_dev_info->dscp_info.ssr_max_latency, p_dev_info->dscp_info.ssr_min_tout, in bta_hh_le_add_device()
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()