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

Commit 9b4f1809 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "hearing_aid: Remove changes for the flag asha_higher_flush_threshold"...

Merge "hearing_aid: Remove changes for the flag asha_higher_flush_threshold" into main am: 80c86846

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



Change-Id: I63307d017d7a5b91884828e16e55c63c2aff47c0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1e03f2aa 80c86846
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "higher_l2cap_flush_threshold"
    namespace: "bluetooth"
    description: "Use a higher threshold for flushing L2CAP packets"
    bug: "315500864"
}

flag {
    name: "asha_asrc"
    namespace: "bluetooth"
+0 −3
Original line number Diff line number Diff line
@@ -1409,9 +1409,6 @@ public:
    }

    uint16_t l2cap_flush_threshold = 0;
    if (com::android::bluetooth::flags::higher_l2cap_flush_threshold()) {
      l2cap_flush_threshold = 1;
    }

    // Skipping packets completely messes up the resampler context.
    // The condition for skipping packets seems to be easily triggered,