diff options
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index ef23559dd5..eae1d8717f 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -49,6 +49,16 @@ flag { } flag { + name: "remove_one_time_get_name_and_address" + namespace: "bluetooth" + description: "We don't need to start bluetooth the first time to get name & address. We can wait for a proper start" + metadata { + purpose: PURPOSE_BUGFIX + } + bug: "368120237" +} + +flag { name: "respect_ble_scan_setting" namespace: "bluetooth" description: "No longer allow BLE_ON mode when the settings is explicitly disable" |