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

Commit 4688e7db authored by Pomai Ahlo's avatar Pomai Ahlo Committed by Automerger Merge Worker
Browse files

Merge "RFCOMM MX SM logs: Documentation fix" into main am: bec39c84 am: 7551c29e

parents 02cf6eff 7551c29e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -379,8 +379,9 @@ void rfc_mx_sm_state_wait_sabme(tRFC_MCB* p_mcb, tRFC_MX_EVENT event, void* p_da
      return;

    case RFC_MX_EVENT_SABME:
      /* if we gave up outgoing connection request */
      if (p_mcb->pending_lcid) {
        // Channel collision case - at this point we gave up as initiator
        // and are trying again as acceptor
        p_mcb->pending_lcid = 0;

        rfc_send_ua(p_mcb, RFCOMM_MX_DLCI);