Loading flags/asha.aconfig +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" Loading system/bta/hearing_aid/hearing_aid.cc +0 −3 Original line number Original line Diff line number Diff line Loading @@ -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, Loading Loading
flags/asha.aconfig +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" Loading
system/bta/hearing_aid/hearing_aid.cc +0 −3 Original line number Original line Diff line number Diff line Loading @@ -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, Loading