56 #ifndef LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD
57 #define LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD
88 #define LE_SECSTORE_MAX_NAME_SIZE 255
96 #define LE_SECSTORE_MAX_ITEM_SIZE 8192
115 const uint8_t* bufPtr,
119 size_t bufNumElements
145 size_t* bufNumElementsPtr
167 #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)