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

Commit 950b2dc9 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "l2c: stack did not sent L2CAP_COMMAND_REJECT_RSP when local cid is...

Merge "l2c: stack did not sent L2CAP_COMMAND_REJECT_RSP when local cid is wrong" am: 6cb289a9 am: 4778d7ec

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1977099

Change-Id: I53e29e91914979e98bf97f81193f28f20eff886c
parents 7600cfaa 4778d7ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1041,7 +1041,7 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) {
          l2c_csm_execute(p_ccb, L2CEVT_L2CAP_DISCONNECT_REQ, NULL);
        }
      } else
        l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid);
        l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_INVALID_CID, id, 0, 0);

      break;