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

Commit 1b821fd5 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by Android (Google) Code Review
Browse files

Merge "Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough" into rvc-dev

parents 36a3f052 b496f311
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 */