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

Commit d154a3d6 authored by Archie Pusaka's avatar Archie Pusaka Committed by Gerrit Code Review
Browse files

Merge "Flag: Add rfcomm_always_use_mitm" into main

parents b1d5c7f6 eb33bda8
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"
}