Inconsistency between PersistentStorageDelegate::SyncGetKeyValue
and KeyValueStoreManager
#20163
Labels
PersistentStorageDelegate::SyncGetKeyValue
and KeyValueStoreManager
#20163
Problem
PersistentStorageDelegate::SyncGetKeyValue
should fill up the buffer up to size whenCHIP_ERROR_BUFFER_TOO_SMALL
is returnedProposed Solution
PersistentStorageDelegate::SyncGetKeyValue
API documentation such that we fill up the buffer as much as we can and no longer provide size of the buffer needed when returningCHIP_ERROR_BUFFER_TOO_SMALL
The text was updated successfully, but these errors were encountered: