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

Commit 6ce4ed2f authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag for handling smp failure for bonded devices in peripheral role

Change-Id: If46c5fe19d60a1ced6c82f2cb277808d6d1a181f
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.bonded_device_smp_failure_handling
Bug: 385181815
Bug: 315241296
parent 33677b46
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -240,3 +240,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "bonded_device_smp_failure_handling"
    namespace: "bluetooth"
    description: "Don't remove bond on SMP failure for bonded devices in peripheral role"
    bug: "385181815"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}