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

Commit 9ed02da8 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to disconnect before removing device

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.wait_for_disconnect_before_unbond
Bug: 345299969
Bug: 315241296
Change-Id: I8562be66c828795a99c41b9283017b399fa5146c
parent 3bb63109
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -84,3 +84,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "wait_for_disconnect_before_unbond"
    namespace: "bluetooth"
    description: "Disconnect all links before removing the bond"
    bug: "345299969"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}