mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
hfp: reset context enable_status_update_for_ag_indicators
This commit is contained in:
parent
551cbfb38e
commit
31b8688aa9
@ -605,7 +605,6 @@ static void hfp_reset_voice_recognition(hfp_connection_t * hfp_connection){
|
||||
|
||||
void hfp_reset_context_flags(hfp_connection_t * hfp_connection){
|
||||
hfp_connection->establish_audio_connection = 0;
|
||||
hfp_connection->enable_status_update_for_ag_indicators = 0xFF;
|
||||
hfp_reset_voice_recognition(hfp_connection);
|
||||
}
|
||||
|
||||
@ -626,6 +625,7 @@ static hfp_connection_t * create_hfp_connection_context(void){
|
||||
hfp_connection->command = HFP_CMD_NONE;
|
||||
|
||||
hfp_connection->extended_audio_gateway_error = 0;
|
||||
hfp_connection->enable_status_update_for_ag_indicators = 0xFF;
|
||||
|
||||
// parser
|
||||
hfp_connection->found_equal_sign = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user