Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c1135 uint8_t conf_verify[16] = {0}; in prov_random() local
1139 if (bt_mesh_prov_conf(link.conf_key, data, link.auth, conf_verify)) { in prov_random()
1145 if (memcmp(conf_verify, link.conf, 16)) { in prov_random()
1148 BT_DBG("Calculated: %s", bt_hex(conf_verify, 16)); in prov_random()
Dprovisioner_prov.c2551 uint8_t conf_verify[16] = {0}; local
2565 if (bt_mesh_prov_conf(link[idx].conf_key, data, link[idx].auth, conf_verify)) {
2570 if (memcmp(conf_verify, link[idx].conf, 16)) {
2573 BT_DBG("Calculated: %s", bt_hex(conf_verify, 16));