Searched refs:to_save (Results 1 – 2 of 2) sorted by relevance
50 static bool cacheOpen(BD_ADDR bda, bool to_save) in cacheOpen() argument56 sCacheFD = fopen(fname, to_save ? "w" : "r"); in cacheOpen()88 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save) in bta_gattc_co_cache_open() argument92 if (!btm_sec_is_a_bonded_dev(server_bda) || !cacheOpen(server_bda, to_save)) in bta_gattc_co_cache_open()
45 UINT16 conn_id, BOOLEAN to_save);