I like a repeating Clock Timer and a global LastThumbSent (init 0) for this.
In the PositionChanged event, don't bother doing anything.
In the Clock.Timer event,
check if Slider1.ThumbPosition does not equal LastThumbSent .
If unequal, then
set LastThumbSent to ThumbPosition
send the LastThumbSent value
otherwise
do nothing.
Set the Clock Timer milliseconds to whatever value that equals your patience level, without overwhelming the other end of your BlueTooth link.