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

Commit d72fd240 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough"

parents fa6cb4a7 fe6622cc
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 */