Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc300 bool result = bta_gattc_hash_write(hash, database); in bta_gattc_cache_write()
344 bool bta_gattc_hash_write(const Octet16& hash, const gatt::Database& database) { in bta_gattc_hash_write() function
Dbta_gattc_int.h523 bool bta_gattc_hash_write(const Octet16& hash, const gatt::Database& database);
Dbta_gattc_cache.cc312 bool success = bta_gattc_hash_write(hash, p_clcb->p_srcb->gatt_database); in bta_gattc_explore_srvc_finished()