Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
settings_mgmt_callbacks.h File Reference

Go to the source code of this file.

Data Structures

struct  settings_mgmt_access
 Structure provided in the MGMT_EVT_OP_SETTINGS_MGMT_ACCESS notification callback: This callback function is used to notify the application about a pending setting read/write/delete/load/save/commit request and to authorise or deny it. More...
 

Enumerations

enum  settings_mgmt_access_types {
  SETTINGS_ACCESS_READ , SETTINGS_ACCESS_WRITE , SETTINGS_ACCESS_DELETE , SETTINGS_ACCESS_COMMIT ,
  SETTINGS_ACCESS_LOAD , SETTINGS_ACCESS_SAVE
}