Searched refs:sReportCache (Results 1 – 1 of 1) sorted by relevance
46 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable780 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) { in bta_hh_le_co_rpt_info()782 (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info()787 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info()789 (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()822 if (len > sizeof(sReportCache)) len = sizeof(sReportCache); in bta_hh_le_co_cache_load()824 (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load()839 return sReportCache; in bta_hh_le_co_cache_load()