summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flags/Android.bp1
-rw-r--r--flags/BUILD.gn1
-rw-r--r--flags/sco.aconfig12
3 files changed, 14 insertions, 0 deletions
diff --git a/flags/Android.bp b/flags/Android.bp
index d4a9a7928e..168040f148 100644
--- a/flags/Android.bp
+++ b/flags/Android.bp
@@ -41,6 +41,7 @@ aconfig_declarations {
"ranging.aconfig",
"rfcomm.aconfig",
"rnr.aconfig",
+ "sco.aconfig",
"sdp.aconfig",
"security.aconfig",
"sockets.aconfig",
diff --git a/flags/BUILD.gn b/flags/BUILD.gn
index 9ea5b5afc1..e5d813f0c2 100644
--- a/flags/BUILD.gn
+++ b/flags/BUILD.gn
@@ -35,6 +35,7 @@ aconfig("bluetooth_flags_c_lib") {
"ranging.aconfig",
"rfcomm.aconfig",
"rnr.aconfig",
+ "sco.aconfig",
"sdp.aconfig",
"security.aconfig",
"sockets.aconfig",
diff --git a/flags/sco.aconfig b/flags/sco.aconfig
new file mode 100644
index 0000000000..26379f4ea1
--- /dev/null
+++ b/flags/sco.aconfig
@@ -0,0 +1,12 @@
+package: "com.android.bluetooth.flags"
+container: "com.android.btservices"
+
+flag {
+ name: "fix_sco_command_status_handling"
+ namespace: "bluetooth"
+ description: "Make sure to properly handle Command Status error when SCO is creating"
+ bug: "358573137"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+} \ No newline at end of file