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

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

Merge "l2cap: Fix l2cu_reject_ble_connection" am: 7877195a am: 223b2a4f

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

Change-Id: I547e5db7b6001fa0eb3fde8f7801ce9534577d3d
parents 3fd68730 223b2a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2947,7 +2947,7 @@ void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id,
                                uint16_t result) {
  if (p_ccb->ecoc)
    l2cu_reject_credit_based_conn_req(
        p_ccb->p_lcb, rem_id, p_ccb->p_lcb->pending_ecoc_reconfig_cnt, result);
        p_ccb->p_lcb, rem_id, p_ccb->p_lcb->pending_ecoc_conn_cnt, result);
  else
    l2cu_reject_ble_coc_connection(p_ccb->p_lcb, rem_id, result);
}