SmartSnippets DA1459x SDK
Files | Functions

BLE Manager flash storage interface. More...

Files

file  storage_flash.h
 BLE Manager flash storage interface.
 

Functions

void storage_flash_init (void)
 
void storage_flash_load (void)
 
void storage_flash_save (void)
 

Detailed Description

BLE Manager flash storage interface.

Function Documentation

◆ storage_flash_init()

void storage_flash_init ( void  )

Initialize flash storage

This should be called only once on platform startup.

◆ storage_flash_load()

void storage_flash_load ( void  )

Load BLE data from flash storage

Loads data from BLE storage partition and updates device list.

◆ storage_flash_save()

void storage_flash_save ( void  )

Save BLE data to flash storage

Saves bonded devices data to BLE storage partition. This should be called when bonded devices are modified.