flutter_reactive_ble
flutter_reactive_ble copied to clipboard
Any plans to support BLE5 functions?
Specifically, Android API 26 BluetoothGatt.setPreferredPhy() and readPhy().
If anyone thinks they could implement these in a reasonable time frame, I could probably arrange for it to be a paying gig.
I need to check if iOS exposes these functions as well if so we can consider adding it to the library.
It's part of the BLE standard, and Android apps are using it now. Frankly, if Apple hasn't caught up yet, that's their problem.
FYI, I have offered a bounty on this question:
https://stackoverflow.com/questions/69184440/replacing-a-gradle-dependency-in-flutter-library
Hi, any advance in this matter, I need to link BLE 5.0 devices with the LongRange feature...
Polidea SDK support readPhy() and setPreferredPhy() already. Do we have plans to implement this API?