Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc677 uint8_t* p_num_rpt, in bta_hh_le_co_cache_load() argument
683 if (!p_num_rpt || len < sizeof(tBTA_HH_RPT_CACHE_ENTRY)) return NULL; in bta_hh_le_co_cache_load()
696 *p_num_rpt = len / sizeof(tBTA_HH_RPT_CACHE_ENTRY); in bta_hh_le_co_cache_load()
698 BTIF_TRACE_DEBUG("%s() - Loaded %d reports; dev=%s", __func__, *p_num_rpt, in bta_hh_le_co_cache_load()
/aosp12/system/bt/bta/include/
H A Dbta_hh_co.h144 const RawAddress& remote_bda, uint8_t* p_num_rpt, uint8_t app_id);
/aosp12/system/bt/test/mock/
H A Dmock_btif_co_bta_hh_co.cc41 uint8_t* p_num_rpt, in bta_hh_le_co_cache_load() argument