diff options
author | 2023-12-18 12:43:07 -0800 | |
---|---|---|
committer | 2023-12-18 12:43:07 -0800 | |
commit | deef2665637b809f53d31c017be3a80b2384b10f (patch) | |
tree | 8f113c274d1019282c3fd3cb303acffa2a366710 | |
parent | 27cf138c0f4ece971c8d2dafdd7b03bd07f109ca (diff) |
Move flag to correct file
fix_nonconnectable_scannable_advertisement is not a flag that belong to
the system_service
Bug: 315241296
Test: m bluetooth_flags_java_lib
Change-Id: I4022492f1b6426aeae2c7afe3ed759ff753fc325
-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" -} - |