Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_store.c25 int ble_store_read(int obj_type, const union ble_store_key *key, union ble_store_value *val) in ble_store_read()
40 int ble_store_write(int obj_type, const union ble_store_value *val) in ble_store_write()
73 int ble_store_delete(int obj_type, const union ble_store_key *key) in ble_store_delete()
116 int ble_store_overflow_event(int obj_type, const union ble_store_value *value) in ble_store_overflow_event()
125 int ble_store_full_event(int obj_type, uint16_t conn_handle) in ble_store_full_event()
148 static int ble_store_persist_sec(int obj_type, const struct ble_store_value_sec *value_sec) in ble_store_persist_sec()
272 void ble_store_key_from_value(int obj_type, in ble_store_key_from_value()
292 int ble_store_iterate(int obj_type, in ble_store_iterate()
367 int obj_type = obj_types[i]; in ble_store_clear() local
Dble_store_util.c30 static int ble_store_util_iter_unique_peer(int obj_type, in ble_store_util_iter_unique_peer()
160 static int ble_store_util_iter_count(int obj_type, in ble_store_util_iter_count()
Dble_hs_misc.c111 static int ble_hs_misc_restore_one_irk(int obj_type, union ble_store_value *val, void *cookie) in ble_hs_misc_restore_one_irk()
Dble_sm.c902 static int ble_sm_chk_store_overflow_by_type(int obj_type, uint16_t conn_handle) in ble_sm_chk_store_overflow_by_type()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/ram/src/
Dble_store_ram.c366 int ble_store_ram_read(int obj_type, const union ble_store_key *key, in ble_store_ram_read()
409 int ble_store_ram_write(int obj_type, const union ble_store_value *val) in ble_store_ram_write()
431 int ble_store_ram_delete(int obj_type, const union ble_store_key *key) in ble_store_ram_delete()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/config/src/
Dble_store_config.c369 int ble_store_config_read(int obj_type, const union ble_store_key *key, in ble_store_config_read()
415 int ble_store_config_write(int obj_type, const union ble_store_value *val) in ble_store_config_write()
437 int ble_store_config_delete(int obj_type, const union ble_store_key *key) in ble_store_config_delete()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_store.h160 int obj_type; member
173 int obj_type; member