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

Commit fdb06704 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Jakub Pawłowski
Browse files

Add flag bta_dm_discover_both

Bug: 339217881
Bug: 315241296
Test: m -j;
Change-Id: I6381951cddda3bea1935046937458c1daf49d667
parent 48d30191
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,3 +49,10 @@ flag {
    description: "Separate service and device discovery state machines such that one does not block on another"
    bug: "335732980"
}

flag {
    name: "bta_dm_discover_both"
    namespace: "bluetooth"
    description: "perform both LE and Classic service discovery simulteanously on capable devices"
    bug: "339217881"
}