diff options
author | 2025-03-21 13:45:49 -0700 | |
---|---|---|
committer | 2025-03-21 13:55:54 -0700 | |
commit | 40615daf8ed70f172ac9cc7cc8b84dd4fcd7f4f2 (patch) | |
tree | 6438960375c2b3c2b6d36dba65e221d5bfbe5384 /flags | |
parent | ab767cf58ed047da70e897afc4be5724f3ea96a5 (diff) |
Add call_bluetooth_ready_before_profiles_start
Bug: 405437771
Bug: 315241296
Test: m .
Flag: com.android.bluetooth.flags.call_bluetooth_ready_before_profiles_start
Change-Id: I6bb5415d9322c15b09c01c777b50a4a8e1c6e9b2
Diffstat (limited to 'flags')
-rw-r--r-- | flags/adapter.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/adapter.aconfig b/flags/adapter.aconfig index 0195723932..39e681be16 100644 --- a/flags/adapter.aconfig +++ b/flags/adapter.aconfig @@ -9,6 +9,16 @@ flag { } flag { + name: "call_bluetooth_ready_before_profiles_start" + namespace: "bluetooth" + description: "Initiates the adapter properties before starting profiles" + bug: "405437771" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "empty_names_are_invalid" namespace: "bluetooth" description: "Make sure the names used in the stack are valid" |