summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
Diffstat (limited to 'flags')
-rw-r--r--flags/sockets.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/sockets.aconfig b/flags/sockets.aconfig
index f286e247a1..7b9d6648b6 100644
--- a/flags/sockets.aconfig
+++ b/flags/sockets.aconfig
@@ -16,3 +16,13 @@ flag {
bug: "326351678"
is_exported: true
}
+
+flag {
+ name: "donot_push_error_code_to_app_when_connected"
+ namespace: "bluetooth"
+ description: "donot send error code to app when sock is already is connected, this can cause unwanted bytes even after socket is disconnected"
+ bug: "365844219"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}