summaryrefslogtreecommitdiff
path: root/flags/system_service.aconfig
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-24 16:06:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-24 16:06:10 +0000
commitd4ab76ec1b32751031e29417c6d9216cbef4149a (patch)
tree1914995a475d1cd376a5b91ea0f9efb7e9dc6b4f /flags/system_service.aconfig
parent472ac7e75cbf24d7cac6607dc19e7da981bcaa7e (diff)
parent2d2786a4676629aa023e7b5e1e4b849ef3b9609d (diff)
Merge changes I22f7fa49,I2f967996,Ia6e8d3fb into main
* changes: Initial implementation for AdapterSuspend Flag: add adapter_suspend_mgmt Add suspend preparation and resume functions to JNI
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r--flags/system_service.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig
index 1c40504d97..df29c6f3af 100644
--- a/flags/system_service.aconfig
+++ b/flags/system_service.aconfig
@@ -84,3 +84,10 @@ flag {
description: "Replace binder call to the system server with a Messenger to enforce thread safety"
bug: "321804999"
}
+
+flag {
+ name: "adapter_suspend_mgmt"
+ namespace: "bluetooth"
+ description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
+ bug: "366432079"
+}