component/bt: delete gattc cache write operation

This commit is contained in:
island 2017-11-16 11:18:17 +08:00
parent 209280e328
commit 5789a8a6e9

View file

@ -1967,7 +1967,8 @@ void bta_gattc_cache_save(tBTA_GATTC_SERV *p_srvc_cb, UINT16 conn_id)
}
}
bta_gattc_cache_write(p_srvc_cb->server_bda, db_size, nv_attr);
/* Gattc cache write/read will be supported in IDF 3.1, so comment it temporarily*/
//bta_gattc_cache_write(p_srvc_cb->server_bda, db_size, nv_attr);
osi_free(nv_attr);
}