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

Commit 791fbaf6 authored by Jack He's avatar Jack He Committed by Jakub Pawlowski
Browse files

Add flag separate_service_and_device_discovery

Bug: 335732980
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I35542449b7b245fb0aa95ac83b8325bbc8d6f3d2
parent eba77ae3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -42,3 +42,10 @@ flag {
    description: "Continue service discovery when API cancel device discovery called"
    bug: "329642681"
}

flag {
    name: "separate_service_and_device_discovery"
    namespace: "bluetooth"
    description: "Separate service and device discovery state machines such that one does not block on another"
    bug: "335732980"
}