Searched refs:sReportCache (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 42 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable 645 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) { in bta_hh_le_co_rpt_info() 646 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info() 651 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info() 652 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info() 685 if (len > sizeof(sReportCache)) len = sizeof(sReportCache); in bta_hh_le_co_cache_load() 686 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load() 701 return sReportCache; in bta_hh_le_co_cache_load()
|