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

Commit fa293813 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra
Browse files

Add flag to Fix L2cap buffer length check against MPS for the first k-frame

Test: mmm packages/modules/Bluetooth
Flag: com::android::bluetooth::flags::fix_buf_len_check_for_first_k_frame
Bug: 386382446
Bug: 315241296
Change-Id: Ia6b9043141023efbdfdf1d5c06591a39028440da
parent 3782f432
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
    }
}