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

Commit 704e5e59 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] DO NOT MERGE Fix length for L2CAP config type EXT FLOW am:...

[automerger] DO NOT MERGE Fix length for L2CAP config type EXT FLOW am: d7f2b952 am: 77b06cb1 am: 434e3cd4 am: 0cb0c086

Change-Id: I6e56a6c02e5d7a3e23832c8e24550ae626a4dc6a
parents b0f256b7 0cb0c086
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@ static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len)

                case L2CAP_CFG_TYPE_EXT_FLOW:
                    cfg_info.ext_flow_spec_present = TRUE;
                    if (cfg_len != 1 + 2 + 3 * 4) {
                    if (cfg_len != 2 + 2 + 3 * 4) {
                        android_errorWriteLog(0x534e4554, "119870451");
                        return;
                    }