what did you use to search for the value? im not finding it in that .soInstalled v1.0. Aside from a little hiccups on first boot everything been smooth so far. I hope you get your tab back soon and update to the right base
Are you able to compile from source? A thing that've driven crazy in the last few days is the latency problems with bluetooth controller (namely my Switch Pro Controller but it also might have to do with audio device latency, too). It seems that the cause is most likely stemming from bluetooth SSR_MAX_LATENCY value, default to 800ms which is too high and causes the lag. The value resides within' system/bt/bta/include/bta_hh_api.h and the name is BTA_HH_SSR_MAX_LATENCY_DEF 800. Based on what I've been reading around the minimal value which can be used is 24.
I managed to find the hex value in bluetooth.default.so and changed it to 24ms and it has eliminated the latency problem all together. It would be nicer if this can be done from source.
(src: https://www.reddit.com/r/EmulationO...ing_joycon_bluetooth_lag_fix_on_android_play/).
[emoji450]