Home
last modified time | relevance | path

Searched refs:p_rpt_cache (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc85 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache,
1014 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache; in bta_hh_security_cmpl() local
1016 if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->link_spec, &num_rpt, in bta_hh_security_cmpl()
1019 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt); in bta_hh_security_cmpl()
2310 tBTA_HH_RPT_CACHE_ENTRY* p_rpt_cache, in bta_hh_process_cache_rpt() argument
2323 for (; i < num_rpt; i++, p_rpt_cache++) { in bta_hh_process_cache_rpt()
2325 p_cb, p_rpt_cache->srvc_inst_id, p_rpt_cache->rpt_uuid, in bta_hh_process_cache_rpt()
2326 p_rpt_cache->char_inst_id)) == NULL) { in bta_hh_process_cache_rpt()
2330 p_rpt->rpt_type = p_rpt_cache->rpt_type; in bta_hh_process_cache_rpt()
2331 p_rpt->rpt_id = p_rpt_cache->rpt_id; in bta_hh_process_cache_rpt()