Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c553 struct hb_pub_val hb_val = {0}; in hb_pub_set() local
564 err = bt_mesh_load_core_settings(name, (uint8_t *)&hb_val, sizeof(hb_val), &exist); in hb_pub_set()
579 hb_pub->dst = hb_val.dst; in hb_pub_set()
580 hb_pub->period = hb_val.period; in hb_pub_set()
581 hb_pub->ttl = hb_val.ttl; in hb_pub_set()
582 hb_pub->feat = hb_val.feat; in hb_pub_set()
583 hb_pub->net_idx = hb_val.net_idx; in hb_pub_set()
584 if (hb_val.indefinite) { in hb_pub_set()