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

Commit 70437bdd authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Automerger Merge Worker
Browse files

Merge "Add flag to Fix L2cap buffer length check against MPS for the first...

Merge "Add flag to Fix L2cap buffer length check against MPS for the first k-frame" into main am: 7190f0a8

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



Change-Id: Id33097f8d7742a008f12b826c2e6b3550fb1dde7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cea22e5a 7190f0a8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -62,3 +62,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_buf_len_check_for_first_k_frame"
    namespace: "bluetooth"
    description: "Fix L2cap buffer length check against MPS for the first k-frame"
    bug: "386382446"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}