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

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

Flag for performing name discovery for LE pairing

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.name_discovery_for_le_pairing
Bug: 355095011
Bug: 315241296
Change-Id: If029424256cce258cf2f080fcc69b12a0bb51293
parent 6ddb61d6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -94,3 +94,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "name_discovery_for_le_pairing"
    namespace: "bluetooth"
    description: "Perform LE name discovery for pairing if device name is not known"
    bug: "355095011"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}