Malte2036 / flutter_ftms

A Flutter package that allows you to connect to FTMS (Fitness Machine Service) devices via Bluetooth Low Energy (BLE).
https://pub.dev/packages/flutter_ftms
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Error when using writeMachineControlPointCharacteristic function #9

Closed william-levi closed 7 months ago

william-levi commented 9 months ago

I was using the example in your repo and i got this error Unhandled Exception: write not supported on characteristic: 00002ad9-0000-1000-8000-00805f9b34fb

Malte2036 commented 9 months ago

Maybe your ftms device does not support writing on the "Fitness Machine Control Point" (00002ad9-0000-1000-8000-00805f9b34fb)

Malte2036 commented 8 months ago

@william-levi There was a bug in my code, which should be fixed now.

Please let me know if it works now 👍

william-levi commented 8 months ago

wow thank you ! I'll check it now

william-levi commented 6 months ago

Hi ! I have tested this with the latest updates. And still I can't send any commands. There are no errors thou. Is it possible that my device is not following the standard protocol ?