64 #ifndef LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD 65 #define LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD 110 #define LE_SECSTORE_MAX_NAME_SIZE 255 118 #define LE_SECSTORE_MAX_ITEM_SIZE 8192 138 const uint8_t* bufPtr,
142 size_t bufNumElements
169 size_t* bufNumElementsPtr
192 #endif // LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD le_result_t le_secStore_Read(const char *name, uint8_t *bufPtr, size_t *bufNumElementsPtr)
le_result_t
Definition: le_basics.h:35
le_result_t le_secStore_Write(const char *name, const uint8_t *bufPtr, size_t bufNumElements)
void le_secStore_ConnectService(void)
le_result_t le_secStore_Delete(const char *name)
void le_secStore_DisconnectService(void)