Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09eb8767 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Automerger Merge Worker
Browse files

Merge "Add flag not to send error code to app when sock is already in...

Merge "Add flag not to send error code to app when sock is already in connected" into main am: 28b9115a

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3261357



Change-Id: I52a58e7710cffd5d7e77650a847ee4ff0a2f3100
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 73e432b6 28b9115a
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -16,3 +16,13 @@ flag {
    bug: "326351678"
    bug: "326351678"
    is_exported: true
    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
    }
}