Home
last modified time | relevance | path

Searched refs:store (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c464 struct net_buf_simple *store = NULL; in settings_add_item() local
480 store = bt_mesh_alloc_buf(length); in settings_add_item()
481 if (!store) { in settings_add_item()
488 net_buf_simple_add_mem(store, buf->data, buf->len); in settings_add_item()
490 net_buf_simple_add_mem(store, &val, sizeof(val)); in settings_add_item()
492 err = settings_save(handle, key, store->data, store->len); in settings_add_item()
494 bt_mesh_free_buf(store); in settings_add_item()
526 struct net_buf_simple *store = NULL; in settings_remove_item() local
549 store = bt_mesh_alloc_buf(length); in settings_remove_item()
550 if (!store) { in settings_remove_item()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h135 void bt_mesh_mod_sub_reset(bool store);
137 void bt_mesh_cfg_reset(bool store);
159 void bt_mesh_subnet_del(struct bt_mesh_subnet *sub, bool store);
162 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store);
Dprovisioner_main.c256 static int provisioner_store_node(struct bt_mesh_node *node, bool store, uint16_t *index) in provisioner_store_node() argument
286 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in provisioner_store_node()
661 static int store_node_comp_data(uint16_t addr, const uint8_t *data, uint16_t length, bool store) in store_node_comp_data() argument
690 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in store_node_comp_data()
1113 static void model_pub_clear(struct bt_mesh_model *model, bool store) in model_pub_clear() argument
1135 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in model_pub_clear()
1142 static void model_unbind(struct bt_mesh_model *model, uint16_t app_idx, bool store) in model_unbind() argument
1155 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in model_unbind()
1159 model_pub_clear(model, store); in model_unbind()
1165 bool store; member
[all …]
Dprovisioner_main.h108 int bt_mesh_provisioner_local_app_key_del(uint16_t net_idx, uint16_t app_idx, bool store);
116 int bt_mesh_provisioner_local_net_key_del(uint16_t net_idx, bool store);
Dcfg_srv.c217 uint8_t retransmit, bool store) in _mod_pub_set() argument
248 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in _mod_pub_set()
283 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in _mod_pub_set()
322 static uint8_t mod_unbind(struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind() argument
326 BT_DBG("model %p key_idx 0x%03x store %u", model, key_idx, store); in mod_unbind()
339 if (IS_ENABLED(CONFIG_BLE_MESH_SETTINGS) && store) { in mod_unbind()
345 0, 0, 0, 0, 0, store); in mod_unbind()
527 bool store; member
535 mod_unbind(mod, data->app_idx, data->store); in _mod_unbind()
538 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store) in bt_mesh_app_key_del() argument
[all …]
Dnet.h79 bool store; member
Dsettings.c1656 if (rpl->store) { in store_pending_rpl()
1657 rpl->store = false; in store_pending_rpl()
2142 entry->store = true; in bt_mesh_store_rpl()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_aon_struct.h22 uint32_t store:32; member
281 volatile lp_aon_store_reg_t store[10]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_aon_struct.h22 uint32_t store:32; member
320 volatile lp_aon_store_reg_t store[10]; member
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst54 Alternatively, you could also add a ``credentials`` field in the HSM config file to store the (plai…
74 # Label of the object used to store the private key
77 # Label of the object used to store corresponding public key
/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild45 and store it in static RAM. This ensures the app ELF SHA-256 value is always available
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in188 queue in the bottom layer which is used to store unprovisioned device
203 more memory it will cost by a Provisioner to store the information of nodes.
260 The heartbeat filter (acceptlist or rejectlist) entries are used to store a
347 The entries of Proxy filter (whitelist or blacklist) are used to store a
456 When Provisioner needs to store a large amount of nodes' information in the
472 When selected, Provisioner can use different NVS namespaces to store
507 This option specifies how many application keys the device can store per network.
542 which will store the source address and sequence number of the received
599 be powered off once in a while, we need to store persistently
793 number of maximum size Lower Transport PDUs that the Friend node can store
[all …]
/hal_espressif-latest/components/esp_netif/
DKconfig77 …Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that "Number of clients store data in ne…
/hal_espressif-latest/components/bt/
DCMakeLists.txt583 host/nimble/nimble/nimble/host/store/ram/include
584 host/nimble/nimble/nimble/host/store/config/include
649 "host/nimble/nimble/nimble/host/store/ram/src/ble_store_ram.c"
650 "host/nimble/nimble/nimble/host/store/config/src/ble_store_config.c"
651 "host/nimble/nimble/nimble/host/store/config/src/ble_store_nvs.c"
/hal_espressif-latest/components/esp_phy/
DKconfig19 bool "Use a partition to store PHY init data"
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_struct.h222 uint32_t store[4]; member
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst128 The Serial Flash Discoverable Parameters (SFDP) store essential vendor-specific configuration data …
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_struct.h261 uint32_t store[4]; /**/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_struct.h287 uint32_t store[4]; /**/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_struct.h297 uint32_t store[4]; member
/hal_espressif-latest/components/mbedtls/
DKconfig318 When enabled this option allows user to store default as well