Home
last modified time | relevance | path

Searched refs:sCacheFD (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c44 static FILE *sCacheFD = 0; variable
53 if (sCacheFD != 0) { in cacheClose()
54 fclose(sCacheFD); in cacheClose()
55 sCacheFD = 0; in cacheClose()
65 sCacheFD = fopen(fname, to_save ? "w" : "r"); in cacheOpen()
67 return (sCacheFD != 0); in cacheOpen()