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

Commit 80c86846 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 5d4970e0 9e50b85a
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
package: "com.android.bluetooth.flags"
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
container: "com.android.btservices"


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

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


    uint16_t l2cap_flush_threshold = 0;
    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.
    // Skipping packets completely messes up the resampler context.
    // The condition for skipping packets seems to be easily triggered,
    // The condition for skipping packets seems to be easily triggered,