Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c59 static bool cacheOpen(BD_ADDR bda, bool to_save) in cacheOpen() argument
65 sCacheFD = fopen(fname, to_save ? "w" : "r"); in cacheOpen()
118 static bool cacheOpen(BD_ADDR bda, bool to_save, UINT8 *index) in cacheOpen() argument
120 UNUSED(to_save); in cacheOpen()
246 tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index) in bta_gattc_co_cache_open() argument
250 if (!cacheOpen(server_bda, to_save, index)) { in bta_gattc_co_cache_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_co.h45 extern tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index);