Searched refs:sReportCache (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/co/ |
D | bta_hh_co.c | 44 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable 529 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) in bta_hh_le_co_rpt_info() 531 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len); in bta_hh_le_co_rpt_info() 537 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info() 538 btif_config_set_bin(bdstr, "HidReport", (const uint8_t *)sReportCache, in bta_hh_le_co_rpt_info() 574 if (len > sizeof(sReportCache)) in bta_hh_le_co_cache_load() 575 len = sizeof(sReportCache); in bta_hh_le_co_cache_load() 576 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len); in bta_hh_le_co_cache_load() 581 return sReportCache; in bta_hh_le_co_cache_load()
|