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

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

Add flag to avoid duplicate RNR from security process

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.donot_queue_dup_rnr
Bug: 361839492
Bug: 315241296

Change-Id: I6f542cabe580676c6b08179f6634045ab403e182
parent 6a6d7688
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -127,3 +127,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_queue_dup_rnr"
    namespace: "bluetooth"
    description: "Avoid queueing second RNR as part of ssp process"
    bug: "361839492"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}