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

Commit a240723d authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag for using appropriate authentication requirements when requesting encryption as peripheral

Change-Id: I561a8d5e44dff46f8a0b8f01a5b6a3b19351a89d
Test: mmm packages/module/Bluetooth
Flag: com.android.bluetooth.flags.peripheral_auth_req
Bug: 385202199
Bug: 315241296
parent d50cf963
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -250,3 +250,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "peripheral_auth_req"
    namespace: "bluetooth"
    description: "Use appropriate authentication requirements for SMP security request in peripheral role"
    bug: "385202199"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}