Searched refs:p_rpt_cache (Results 1 – 1 of 1) sorted by relevance
86 tBTA_HH_RPT_CACHE_ENTRY *p_rpt_cache,1235 tBTA_HH_RPT_CACHE_ENTRY *p_rpt_cache; in bta_hh_security_cmpl() local1244 … if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->addr, &num_rpt, p_cb->app_id)) != NULL) { in bta_hh_security_cmpl()1245 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt); in bta_hh_security_cmpl()2986 tBTA_HH_RPT_CACHE_ENTRY *p_rpt_cache, in bta_hh_process_cache_rpt() argument2993 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].in_use = TRUE; in bta_hh_process_cache_rpt()2996 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].descriptor.dl_len = in bta_hh_process_cache_rpt()2998 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].descriptor.dsc_list = in bta_hh_process_cache_rpt()3001 for (; i < num_rpt; i ++, p_rpt_cache ++) { in bta_hh_process_cache_rpt()3003 BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id), in bta_hh_process_cache_rpt()[all …]