forked from espressif/esp-idf
component/bt: delete gattc cache write operation
This commit is contained in:
@@ -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);
|
osi_free(nv_attr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user