Problem with BLE, slider to byte, and now build export crashing on phone

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
export_and_upload_aia

Sliders have been known to trigger more often than can be handled.
An Alternative approach is to use a Clock Timer to check the Slider Thumb position and only send its value if it has changed since the last cycle. Add an extra global variable for the previous value.

Also, it is a good idea to verify connection before trying to send something.

Be sure your BLE version is current:

You might not need that permission code if you are using the current BLE extension.