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

Commit eb33bda8 authored by Archie Pusaka's avatar Archie Pusaka
Browse files

Flag: Add rfcomm_always_use_mitm

Bug: 312840315
Bug: 315241296
Test: m .
Change-Id: Ic29d8e323df6b2dc0f4f0a77fdbccecb9338f154
parent b2d30d48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ aconfig_declarations {
        "hfp.aconfig",
        "l2cap.aconfig",
        "leaudio.aconfig",
        "rfcomm.aconfig",
        "system_service.aconfig",
    ],
}

flags/rfcomm.aconfig

0 → 100644
+8 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"

flag {
    name: "rfcomm_always_use_mitm"
    namespace: "bluetooth"
    description: "Use MITM initially to avoid abrupt peer disconnection b/312840315"
    bug: "316824288"
}