Searched refs:sReportCache (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
D | bta_hh_co.c | 41 static tBTA_HH_RPT_CACHE_ENTRY sReportCache[BTA_HH_NV_LOAD_MAX]; variable 484 if (len >= sizeof(tBTA_HH_RPT_CACHE_ENTRY) && len <= sizeof(sReportCache)) in bta_hh_le_co_rpt_info() 486 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type); in bta_hh_le_co_rpt_info() 492 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info() 493 btif_config_set("Remote", bdstr, "HidReport", (const char*)sReportCache, in bta_hh_le_co_rpt_info() 533 if (len > sizeof(sReportCache)) in bta_hh_le_co_cache_load() 534 len = sizeof(sReportCache); in bta_hh_le_co_cache_load() 535 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type); in bta_hh_le_co_cache_load() 540 return sReportCache; in bta_hh_le_co_cache_load()
|