hfp: removed command init in create_hfp_connection_context

This commit is contained in:
Matthias Ringwald 2021-12-24 12:30:06 +01:00
parent 7a6e2d5a07
commit 91b75982ac

View File

@ -588,8 +588,7 @@ static hfp_connection_t * create_hfp_connection_context(void){
hfp_connection->codecs_state = HFP_CODECS_IDLE;
hfp_connection->parser_state = HFP_PARSER_CMD_HEADER;
hfp_connection->command = HFP_CMD_NONE;
hfp_connection->acl_handle = HCI_CON_HANDLE_INVALID;
hfp_connection->sco_handle = HCI_CON_HANDLE_INVALID;