Loading system/bta/gatt/bta_gattc_db_storage.cc +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ static gatt::Database bta_gattc_load_db(const char* fname) { LOG(ERROR) << __func__ << ": can't read GATT attributes: " << fname; goto done; } fclose(fd); bool success = false; gatt::Database result = gatt::Database::Deserialize(attr, &success); Loading Loading
system/bta/gatt/bta_gattc_db_storage.cc +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ static gatt::Database bta_gattc_load_db(const char* fname) { LOG(ERROR) << __func__ << ": can't read GATT attributes: " << fname; goto done; } fclose(fd); bool success = false; gatt::Database result = gatt::Database::Deserialize(attr, &success); Loading