mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
hfp: init vra_state in create connection
This commit is contained in:
parent
93d2127f75
commit
66885996e4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user