Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_store.c26 ble_store_read(int obj_type, const union ble_store_key *key, in ble_store_read()
45 ble_store_write(int obj_type, const union ble_store_value *val) in ble_store_write()
80 ble_store_delete(int obj_type, const union ble_store_key *key) in ble_store_delete()
114 ble_store_overflow_event(int obj_type, const union ble_store_value *value) in ble_store_overflow_event()
126 ble_store_full_event(int obj_type, uint16_t conn_handle) in ble_store_full_event()
156 ble_store_persist_sec(int obj_type, in ble_store_persist_sec()
310 ble_store_key_from_value(int obj_type, in ble_store_key_from_value()
331 ble_store_iterate(int obj_type, in ble_store_iterate()
399 int obj_type; in ble_store_clear() local
H A Dble_store_util.c31 ble_store_util_iter_unique_peer(int obj_type, in ble_store_util_iter_unique_peer()
167 ble_store_util_iter_count(int obj_type, in ble_store_util_iter_count()
H A Dble_hs_misc.c98 ble_hs_misc_restore_one_irk(int obj_type, union ble_store_value *val, in ble_hs_misc_restore_one_irk()
H A Dble_sm.c976 ble_sm_chk_store_overflow_by_type(int obj_type, uint16_t conn_handle) in ble_sm_chk_store_overflow_by_type()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c394 ble_store_ram_read(int obj_type, const union ble_store_key *key, in ble_store_ram_read()
438 ble_store_ram_write(int obj_type, const union ble_store_value *val) in ble_store_ram_write()
461 ble_store_ram_delete(int obj_type, const union ble_store_key *key) in ble_store_ram_delete()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/
H A Dble_store_config.c428 ble_store_config_read(int obj_type, const union ble_store_key *key, in ble_store_config_read()
472 ble_store_config_write(int obj_type, const union ble_store_value *val) in ble_store_config_write()
495 ble_store_config_delete(int obj_type, const union ble_store_key *key) in ble_store_config_delete()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_store_test.c72 int obj_type; in ble_store_test_util_overflow_sec() local
117 ble_store_test_util_count(int obj_type) in ble_store_test_util_count()
H A Dble_hs_test_util.c1933 ble_hs_test_util_store_read(int obj_type, const union ble_store_key *key, in ble_hs_test_util_store_read()
1948 ble_hs_test_util_store_write(int obj_type, const union ble_store_value *value) in ble_hs_test_util_store_write()
1961 ble_hs_test_util_store_delete(int obj_type, const union ble_store_key *key) in ble_hs_test_util_store_delete()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_store.h160 int obj_type; member
173 int obj_type; member
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd.c2225 int *obj_type) in cmd_keystore_parse_keydata()
2272 int obj_type, in cmd_keystore_parse_valuedata()
2331 int obj_type; in cmd_keystore_add() local
2395 int obj_type; in cmd_keystore_del() local
2434 cmd_keystore_iterator(int obj_type, in cmd_keystore_iterator()