hfp_hf: reset VRA state

This commit is contained in:
Milanka Ringwald 2021-08-23 17:13:24 +02:00
parent 1ae74bf38c
commit 8d5005b520

View File

@ -545,6 +545,7 @@ static int hfp_hf_voice_recognition_state_machine(hfp_connection_t * hfp_connect
default:
// state messages from AG
hfp_emit_enhanced_voice_recognition_state_event(hfp_connection, ERROR_CODE_SUCCESS);
hfp_connection->ag_vra_state = HFP_VOICE_RECOGNITION_STATE_AG_READY;
break;
}
break;