Searched refs:sReportCache (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/co/ |
D | bta_hh_co.cc | 43 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable 621 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) { in bta_hh_le_co_rpt_info() 622 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info() 627 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info() 628 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info() 660 if (len > sizeof(sReportCache)) len = sizeof(sReportCache); in bta_hh_le_co_cache_load() 661 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load() 667 return sReportCache; in bta_hh_le_co_cache_load()
|