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

Commit 739fdb75 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to remove pending BTA HH connection instance on bond removal

Change-Id: I2d05030be96c995253ffffa747d09f493967c68d
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.remove_pending_hid_connection
Bug: 377705101
Bug: 315241296
parent c65044ff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -132,3 +132,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_pending_hid_connection"
    namespace: "bluetooth"
    description: "Remove the pending BTA HH connection instance when the device is removed"
    bug: "377705101"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}