Merge branch 'bugfix/ble_mesh_ci_fail' into 'master'

fix(ble_mesh): Fix CI compile failure

See merge request espressif/esp-idf!28233
This commit is contained in:
Liu Linyan
2024-01-03 14:22:30 +08:00

View File

@@ -109,7 +109,7 @@ void bt_mesh_node_reset(void)
return;
}
if (bt_prov_active()) {
if (bt_mesh_prov_active()) {
BT_WARN("%s, link is still active", __func__);
return;
}