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

Commit 712a40c1 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Gerrit Code Review
Browse files

Merge "Flag to remove duplicate pairing response" into main

parents 066cfcc5 209756c7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -74,3 +74,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_dup_pairing_response_in_oob_pairing"
    namespace: "bluetooth"
    description: "Avoid sending duplicate pairing response when device is in peripheral role & OOB pairing mode chosen"
    bug: "351948689"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}