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

Commit a0cd5ed3 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 am: 6fb6a60b am: ffcccec9 am: 023d1e24

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



Change-Id: I78aa949cde5c582193309a508cecde4b08b118e3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 46f3b15b 023d1e24
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 ||