Home
last modified time | relevance | path

Searched defs:settings_handler_static (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/settings/
A Dsettings.h133 struct settings_handler_static { struct
135 char *name;
138 int (*h_get)(const char *key, char *val, int val_len_max);
150 int (*h_set)(const char *key, size_t len, settings_read_cb read_cb,
165 int (*h_commit)(void);
170 int (*h_export)(int (*export_func)(const char *name, const void *val,

Completed in 3 milliseconds