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

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

Flag to allow pairing over transport not seen

Test: mmm packages/modules/Bluetooth
Bug: 335239971
Bug: 315241296
Flag: com.android.bluetooth.flags.pairing_on_unknown_transport
Change-Id: I370668260dafd5780907596fbccadd81cb4e8711
parent 237e640c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -14,3 +14,13 @@ flag {
    description: "Cleanup the duplicate bond records only if the device type is LE-only"
    bug: "333949759"
}

flag {
    name: "pairing_on_unknown_transport"
    namespace: "bluetooth"
    description: "Allow pairing on transport not known to be supported by the remote device"
    bug: "335239971"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}