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

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

Flag to properly cancel the pending connections to the added HID device

Change-Id: I9167e0f800ecce77f9df71a24b22d67b7303cd61
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.pending_hid_connection_cancellation
Bug: 381135214
Bug: 315241296
parent ddef001f
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -152,3 +152,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "pending_hid_connection_cancellation"
    namespace: "bluetooth"
    description: "Properly cancel the pending connection to the already added devices"
    bug: "381135214"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}