Searched defs:num_rpt (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c86 UINT8 num_rpt);
1286 UINT8 num_rpt = 0; local
1296 if ((p_rpt_cache = bta_hh_le_co_cache_load(p_cb->addr, &num_rpt, p_cb->app_id)) != NULL)
1298 bta_hh_process_cache_rpt(p_cb, p_rpt_cache, num_rpt);
3116 UINT8 num_rpt)
3121 if (num_rpt != 0) /* no cache is found */
3131 for (; i <num_rpt; i ++, p_rpt_cache ++)
3114 bta_hh_process_cache_rpt(tBTA_HH_DEV_CB *p_cb, tBTA_HH_RPT_CACHE_ENTRY *p_rpt_cache, UINT8 num_rpt) argument

Completed in 3071 milliseconds