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

Commit 64ee2300 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to use HCI Read Local OOB Extended Data command

Test: mmm  packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.use_local_oob_extended_command
Bug: 342250775
Bug: 315241296
Change-Id: If77cee4ce1e5b959ad16d147fa3e8d4aced1c223
parent eb1246bf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -44,3 +44,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "use_local_oob_extended_command"
    namespace: "bluetooth"
    description: "Use HCI Read Local OOB Extended Data command to generate local OOB when Secure Connections is supported by the controller"
    bug: "342250775"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}