I copied the .aia, and in the new .aia i disabled all Screen1 functions. Then I proceded to repeat these steps:
Enable 1 function
Export APK
Try APK
If it works, enable another function. If it doesn’t you know that the last function you enabled, was the one causing the error.
It seems that sliders “move” when screen initializes, and so my “when slider position changed” function was calling bluetooth to send data. Thanks for the help.