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

Commit b496f311 authored by Joseph Pirozzo's avatar Joseph Pirozzo
Browse files

Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough

Remove unintended fallthrough.
Bug: 143901894
Test: connect SCO from both HF and AG.

Change-Id: Ifa5363479d4c844ed0b6a8585c25147b23156599
Merged-In: Ifa5363479d4c844ed0b6a8585c25147b23156599
parent 7df2da94
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -305,8 +305,7 @@ static void bta_hf_client_sco_event(tBTA_HF_CLIENT_CB* client_cb,
        case BTA_HF_CLIENT_SCO_LISTEN_E:
          /* create SCO listen connection */
          bta_hf_client_sco_create(client_cb, false);
          /* TODO(b/143901894): Is this correct? */
          [[fallthrough]];
          break;

        case BTA_HF_CLIENT_SCO_OPEN_E:
          /* remove listening connection */