diff options
author | 2024-11-14 14:00:09 -0800 | |
---|---|---|
committer | 2024-11-14 14:00:09 -0800 | |
commit | ed6bf8744ac1dc0b06a9b11d268f4915f2ad84a7 (patch) | |
tree | eebcc30c23a67bbe3dfba91a6e0f2881873ccb8e | |
parent | e1acd8fbb8fb76907cb26130105e6942081e7946 (diff) |
Add ble_scan_setting_does_not_disconnect_if_bt_on
Bug: 315241296
Bug: 379166793
Test: m .
Flag: com.android.bluetooth.flags.ble_scan_setting_does_not_disconnect_if_bt_on
Change-Id: Ia2da91add0f2ccc2a28e6e4dd3a17fb1c67e4dec
-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 ab542121b9..73f30611a6 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -62,6 +62,16 @@ flag { } flag { + name: "ble_scan_setting_does_not_disconnect_if_bt_on" + namespace: "bluetooth" + description: "Stop calling unregAllGattClient when toggling the ble scan setting and bluetooth is ON" + metadata { + purpose: PURPOSE_BUGFIX + } + bug: "379166793" +} + +flag { name: "system_server_messenger" namespace: "bluetooth" description: "Replace binder call to the system server with a Messenger to enforce thread safety" |