1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "rfcomm_always_use_mitm" 6 namespace: "bluetooth" 7 description: "Use MITM initially to avoid abrupt peer disconnection b/312840315" 8 bug: "316824288" 9} 10 11flag { 12 name: "rfcomm_bypass_post_to_main" 13 namespace: "bluetooth" 14 description: "Remove unnecessary posts to main thread to prevent race condition b/321318665" 15 bug: "344994073" 16 metadata { 17 purpose: PURPOSE_BUGFIX 18 } 19} 20