summaryrefslogtreecommitdiff
path: root/flags/a2dp.aconfig
diff options
context:
space:
mode:
author Henri Chataing <henrichataing@google.com> 2025-03-10 17:30:48 -0700
committer Ömer Faruk Yılmaz <ofy@google.com> 2025-03-18 19:34:17 -0700
commit843113734c8b08d57f2354b88667a17e6639642e (patch)
treed02643ab381fdf483f47abdccdab6515c4fe145e /flags/a2dp.aconfig
parente8f580b89d92bc94a34e0215bf4ac45992d7ffb1 (diff)
Add avdtp_prevent_double_suspend
Bug: 402241316 Bug: 315241296 Test: m com.android.bt Flag: com.android.bluetooth.flags.avdtp_prevent_double_suspend Change-Id: Icd5099cea230b4630613af923e43f393904435e7
Diffstat (limited to 'flags/a2dp.aconfig')
-rw-r--r--flags/a2dp.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/a2dp.aconfig b/flags/a2dp.aconfig
index ccf46f8bed..b7110062ea 100644
--- a/flags/a2dp.aconfig
+++ b/flags/a2dp.aconfig
@@ -145,3 +145,13 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
+
+flag {
+ name: "avdtp_prevent_double_suspend"
+ namespace: "bluetooth"
+ description: "Add state to prevent sending multiple AVDTP Suspend command in a row"
+ bug: "402241316"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}