55 #ifndef LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD
56 #define LE_SECSTORE_INTERFACE_H_INCLUDE_GUARD
87 #define LE_SECSTORE_MAX_NAME_SIZE 255
95 #define LE_SECSTORE_MAX_ITEM_SIZE 8192
114 const uint8_t* bufPtr,
118 size_t bufNumElements
144 size_t* bufNumElementsPtr
166 #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)