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

Commit 6fb6a60b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "l2cap: handle le connection response error" am: 1d3397cc" into...

Merge "Merge "l2cap: handle le connection response error" am: 1d3397cc" into stage-aosp-master am: 36786f1e

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



Change-Id: If951d261bcd343d069412a6e7e6547306846a9ef
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b619a373 36786f1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -669,6 +669,7 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) {
       * all the channels has been rejected
       */
      if (con_info.l2cap_result == L2CAP_LE_RESULT_NO_PSM ||
          con_info.l2cap_result == L2CAP_LE_RESULT_NO_RESOURCES ||
          con_info.l2cap_result ==
              L2CAP_LE_RESULT_INSUFFICIENT_AUTHENTICATION ||
          con_info.l2cap_result == L2CAP_LE_RESULT_INSUFFICIENT_ENCRYP ||