Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c87 UINT8 num_rpt);
1235 UINT8 num_rpt = 0; in bta_hh_security_cmpl() local
1243 … if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->addr, &num_rpt, p_cb->app_id)) != NULL) { in bta_hh_security_cmpl()
1244 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt); in bta_hh_security_cmpl()
2985 UINT8 num_rpt) in bta_hh_process_cache_rpt() argument
2990 if (num_rpt != 0) { /* no cache is found */ in bta_hh_process_cache_rpt()
2999 for (; i < num_rpt; i ++, p_rpt_cache ++) { in bta_hh_process_cache_rpt()