Searched refs:p_rpt_cache (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 69 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache, 973 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache; in bta_hh_security_cmpl() local 975 if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->addr, &num_rpt, in bta_hh_security_cmpl() 977 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt); in bta_hh_security_cmpl() 2071 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache, in bta_hh_process_cache_rpt() argument 2084 for (; i < num_rpt; i++, p_rpt_cache++) { in bta_hh_process_cache_rpt() 2086 p_cb, p_rpt_cache->srvc_inst_id, p_rpt_cache->rpt_uuid, in bta_hh_process_cache_rpt() 2087 p_rpt_cache->char_inst_id)) == NULL) { in bta_hh_process_cache_rpt() 2092 p_rpt->rpt_type = p_rpt_cache->rpt_type; in bta_hh_process_cache_rpt() 2093 p_rpt->rpt_id = p_rpt_cache->rpt_id; in bta_hh_process_cache_rpt()
|