diff options
author | 2024-09-18 14:46:01 -0700 | |
---|---|---|
committer | 2024-09-18 14:57:02 -0700 | |
commit | 9af4b234ea78311ee5a9b7b42de496da158907d6 (patch) | |
tree | 709c048333a66b183b7fed2e4a3bc770dc26430b | |
parent | 1c233a71eba51f3da2037ea192c50b3b70d556a2 (diff) |
Flag: add remove_one_time_get_name_and_address
Bug: 315241296
Bug: 368120237
Test: m Bluetooth
Flag: com.android.bluetooth.flags.remove_one_time_get_name_and_address
Change-Id: I6c3f636510f53cad61e0304588acabe227282899
-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" |