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

Commit 223b2a4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "l2cap: Fix l2cu_reject_ble_connection" am: 7877195a

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

Change-Id: I7460b881f877733228e2518cb5bd8565b82f6e29
parents c1512b2b 7877195a
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);
}