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

Commit ba323c90 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough" am: d72fd240

Change-Id: Ifc8b00c65b569dd6e7c8750121fedac1967c41b6
parents 2f281b88 d72fd240
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 */