Searched refs:p_rpt_cache (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 70 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache, 1003 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache; in bta_hh_security_cmpl() local 1005 if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->addr, &num_rpt, in bta_hh_security_cmpl() 1007 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt); in bta_hh_security_cmpl() 2168 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache, in bta_hh_process_cache_rpt() argument 2181 for (; i < num_rpt; i++, p_rpt_cache++) { in bta_hh_process_cache_rpt() 2183 p_cb, p_rpt_cache->srvc_inst_id, p_rpt_cache->rpt_uuid, in bta_hh_process_cache_rpt() 2184 p_rpt_cache->char_inst_id)) == NULL) { in bta_hh_process_cache_rpt() 2189 p_rpt->rpt_type = p_rpt_cache->rpt_type; in bta_hh_process_cache_rpt() 2190 p_rpt->rpt_id = p_rpt_cache->rpt_id; in bta_hh_process_cache_rpt()
|