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

Commit 8faa19fc 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 am: 09eb8767

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



Change-Id: I8ea442135eeb44cc59bd3049f60f50e9fad4b3f6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 54dcc1cd 09eb8767
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
    }
}