Searched refs:sReportCache (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/co/
H A Dbta_hh_co.cc44 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable
533 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) {
534 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len);
539 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY));
540 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache,
574 if (len > sizeof(sReportCache)) len = sizeof(sReportCache);
575 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len);
581 return sReportCache;

Completed in 26 milliseconds