diff options
-rw-r--r-- | flags/gap.aconfig | 7 | ||||
-rw-r--r-- | flags/system_service.aconfig | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/flags/gap.aconfig b/flags/gap.aconfig index ce9d53ee50..4a4b06f0cc 100644 --- a/flags/gap.aconfig +++ b/flags/gap.aconfig @@ -15,6 +15,13 @@ flag { } flag { + name: "fix_nonconnectable_scannable_advertisement" + namespace: "bluetooth" + description: "Fix adv_scan_ind being reported as connectable" + bug: "316013235" +} + +flag { name: "scan_manager_refactor" namespace: "bluetooth" description: "Refactor scan manager as described in go/scan-manager-refactor" diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 57fca122af..b9a94cff5a 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -21,10 +21,3 @@ flag { bug: "289584302" } -flag { - name: "fix_nonconnectable_scannable_advertisement" - namespace: "bluetooth" - description: "Fix adv_scan_ind being reported as connectable" - bug: "316013235" -} - |