Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_gattc_co.c50 static bool cacheOpen(BD_ADDR bda, bool to_save) in cacheOpen() argument
56 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() argument
92 if (!btm_sec_is_a_bonded_dev(server_bda) || !cacheOpen(server_bda, to_save)) in bta_gattc_co_cache_open()
/system/bt/bta/include/
Dbta_gattc_co.h45 UINT16 conn_id, BOOLEAN to_save);