From fff7caf0d967e6480d0165972c4a993ac055c544 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 14 Mar 2025 16:42:38 +0100 Subject: [PATCH] hfp: reset context change_status_update_for_individual_ag_indicators --- src/classic/hfp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/classic/hfp.c b/src/classic/hfp.c index cb1cb70c3..25411fddf 100644 --- a/src/classic/hfp.c +++ b/src/classic/hfp.c @@ -604,8 +604,6 @@ static void hfp_reset_voice_recognition(hfp_connection_t * hfp_connection){ } void hfp_reset_context_flags(hfp_connection_t * hfp_connection){ - hfp_connection->change_status_update_for_individual_ag_indicators = 0; - hfp_connection->enable_extended_audio_gateway_error_report = 0; // establish codecs hfp_connection @@ -643,6 +641,7 @@ static hfp_connection_t * create_hfp_connection_context(void){ hfp_connection->hf_callsetup_status = HFP_CALLSETUP_STATUS_NO_CALL_SETUP_IN_PROGRESS; hfp_connection->hf_callheld_status = HFP_CALLHELD_STATUS_NO_CALLS_HELD; hfp_connection->operator_name_changed = 0; + hfp_connection->change_status_update_for_individual_ag_indicators = 0; // AG only hfp_connection->send_error = 0;