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

Commit 28b9115a authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Gerrit Code Review
Browse files

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

parents a0055038 1eabae9d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
    }
}