Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cf3a4a5 authored by Josh Wu's avatar Josh Wu
Browse files

SCO: Ignore close event at listen state

Tag: #stability
Bug: 204018886
Test: atest BluetoothInstrumentationTests
Change-Id: I4f4156fe6e7b3e8838f74db6da91f12155521b97
parent 91c70e5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ static void bta_hf_client_sco_event(tBTA_HF_CLIENT_CB* client_cb,
          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);