diff --git a/src/classic/hfp.c b/src/classic/hfp.c index 9388e4cc0..d9d110caf 100644 --- a/src/classic/hfp.c +++ b/src/classic/hfp.c @@ -594,6 +594,7 @@ static void hfp_vra_handle_disconnect(hfp_connection_t * hfp_connection) { } static void hfp_reset_voice_recognition(hfp_connection_t * hfp_connection){ + hfp_connection->vra_state = HFP_VRA_VOICE_RECOGNITION_OFF; hfp_connection->vra_state_requested = HFP_VRA_VOICE_RECOGNITION_OFF; hfp_connection->activate_voice_recognition = false; hfp_connection->deactivate_voice_recognition = false;