Merge "SCO: Ignore close event at listen state"
diff --git a/bta/hf_client/bta_hf_client_sco.cc b/bta/hf_client/bta_hf_client_sco.cc
index 2ec02b3..9982402 100644
--- a/bta/hf_client/bta_hf_client_sco.cc
+++ b/bta/hf_client/bta_hf_client_sco.cc
@@ -332,7 +332,6 @@
           break;
 
         case BTA_HF_CLIENT_SCO_SHUTDOWN_E:
-        case BTA_HF_CLIENT_SCO_CLOSE_E:
           /* remove listening connection */
           bta_hf_client_sco_remove(client_cb);