diff options
Diffstat (limited to 'flags')
-rw-r--r-- | flags/bta_dm.aconfig | 7 | ||||
-rw-r--r-- | flags/hci.aconfig | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/flags/bta_dm.aconfig b/flags/bta_dm.aconfig index 1d74b37df1..c882038d6f 100644 --- a/flags/bta_dm.aconfig +++ b/flags/bta_dm.aconfig @@ -23,13 +23,6 @@ flag { } 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" -} - -flag { name: "bta_dm_discover_both" namespace: "bluetooth" description: "perform both LE and Classic service discovery simulteanously on capable devices" diff --git a/flags/hci.aconfig b/flags/hci.aconfig index d6175fff84..8c5180a298 100644 --- a/flags/hci.aconfig +++ b/flags/hci.aconfig @@ -10,3 +10,10 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "encryption_change_v2" + namespace: "bluetooth" + description: "Enable encryption change V2 event" + bug: "366018699" +} |