Home
last modified time | relevance | path

Searched refs:bt_mesh_provisioner_restore_node_comp_data (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h66 int bt_mesh_provisioner_restore_node_comp_data(uint16_t addr, const uint8_t *data, uint16_t length);
Dprovisioner_main.c702 int bt_mesh_provisioner_restore_node_comp_data(uint16_t addr, const uint8_t *data, uint16_t length) in bt_mesh_provisioner_restore_node_comp_data() function
Dsettings.c1160 err = bt_mesh_provisioner_restore_node_comp_data(addr, buf->data, buf->len); in node_comp_data_set()