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

Commit 1d8fbf98 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to avoid cancelling pairing when disconnected on other transport

Test: mmm  packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.cancel_pairing_only_on_disconnected_transport
Bug: 338152239
Bug: 315241296
Change-Id: Ia8eca85f494a0d7f9d29042b7ba78ca9d559402c
parent ae7bf2a3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -24,3 +24,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "cancel_pairing_only_on_disconnected_transport"
    namespace: "bluetooth"
    description: "Cancel pairing due to unexpected disconnection only if the transport matches"
    bug: "338152239"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}