Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_co.h143 const RawAddress& remote_bda, uint8_t* p_num_rpt, uint8_t app_id);
/system/bt/btif/co/
Dbta_hh_co.cc652 uint8_t* p_num_rpt, in bta_hh_le_co_cache_load() argument
658 if (!p_num_rpt || len < sizeof(tBTA_HH_RPT_CACHE_ENTRY)) return NULL; in bta_hh_le_co_cache_load()
662 *p_num_rpt = len / sizeof(tBTA_HH_RPT_CACHE_ENTRY); in bta_hh_le_co_cache_load()
664 BTIF_TRACE_DEBUG("%s() - Loaded %d reports; dev=%s", __func__, *p_num_rpt, in bta_hh_le_co_cache_load()