Searched refs:settings_read_cb (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/settings/ |
A D | settings.h | 60 typedef ssize_t (*settings_read_cb)(void *cb_arg, void *data, size_t len); typedef 84 int (*h_set)(const char *key, size_t len, settings_read_cb read_cb, 150 int (*h_set)(const char *key, size_t len, settings_read_cb read_cb, 291 settings_read_cb read_cb, 515 settings_read_cb read_cb,
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 141 static inline int mesh_x_set(settings_read_cb read_cb, void *cb_arg, void *out, size_t read_len) in mesh_x_set() 161 static int net_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in net_set() 187 static int iv_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in iv_set() 213 static int seq_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in seq_set() 274 static int rpl_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in rpl_set() 322 static int net_key_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in net_key_set() 389 static int app_key_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in app_key_set() 557 static int hb_pub_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in hb_pub_set() 601 static int cfg_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in cfg_set() 810 int (*func)(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg); [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings.c | 202 settings_read_cb read_cb, in settings_call_set_handler()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | settings.c | 116 static int set(const char *name, size_t len_rd, settings_read_cb read_cb, in set()
|
A D | keys.c | 299 static int keys_set(const char *name, size_t len_rd, settings_read_cb read_cb, in keys_set()
|
A D | gatt.c | 4182 static int ccc_set(const char *name, size_t len_rd, settings_read_cb read_cb, in ccc_set() 4247 static int ccc_set_direct(const char *key, size_t len, settings_read_cb read_cb, in ccc_set_direct() 4558 static int sc_set(const char *name, size_t len_rd, settings_read_cb read_cb, in sc_set() 4636 static int cf_set(const char *name, size_t len_rd, settings_read_cb read_cb, in cf_set() 4699 settings_read_cb read_cb, void *cb_arg) in db_hash_set()
|
Completed in 16 milliseconds