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

Commit d963e299 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Fix compile error in bta_ag_sco.c

Change-Id: I8839ba732560a31a5e8a2351ea4bfb16999cf5ea
parent 48feb503
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1230,7 +1230,6 @@ static void bta_ag_sco_event(tBTA_AG_SCB *p_scb, UINT8 event)
                       then create listen sco connection for it as scb still open */
                    if (bta_ag_scb_open(p_scb))
                    {
                        APPL_TRACE_DEBUG0("create sco listen connection if scb still open");
                        bta_ag_create_sco(p_scb, FALSE);
                        p_sco->state = BTA_AG_SCO_LISTEN_ST;
                    }