diff options
author | 2024-03-07 19:58:47 -0800 | |
---|---|---|
committer | 2024-03-09 14:48:45 -0800 | |
commit | 50f7d6625da112c4199bc537efffe2ac72f59ab1 (patch) | |
tree | 2ab2f86fd01962e3668be597395034103e4588ea | |
parent | 3d03fd40ecc14a72b93a5b24d80eb96742bf96ba (diff) |
Flag: Add fast_bind_to_app
Bug: 328698375
Bug: 323672160
Bug: 315241296
Test: m Bluetooth | no test needed when adding flag
Change-Id: Ic354cc9b9ca59db55ac66b27ad5e2fb4532f5a5d
-rw-r--r-- | flags/system_service.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 64bdedcca1..4b21bdf6f2 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -23,6 +23,13 @@ flag { } flag { + name: "fast_bind_to_app" + namespace: "bluetooth" + description: "Remove complexity and non necessary initialization when simply binding" + bug: "328698375" +} + +flag { name: "use_new_airplane_mode" namespace: "bluetooth" description: "Use the new implemention of airplane mode" |