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

Scan FTMS service by default #16

Open juaoose opened 3 months ago

juaoose commented 3 months ago

This is more of a question:

Wouldn't it make sense for scanForBluetoothDevices to eventually call flutter blue plus with the FTMS services filter by default? Since the library focus is FTMS? Or maybe just mirror FlutterBluePlus.startScan(withServices: [Guid("1826")]) so that one can pass the service to flutter_ftms if the user wants to default to scanning FTMS devices only.

Thanks for the responsiveness!

Malte2036 commented 1 month ago

feel free to open a Pull Request for this 👍