flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

Any plans to support BLE5 functions?

Open lcrocker opened this issue 3 years ago • 5 comments

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.

lcrocker avatar Aug 31 '21 22:08 lcrocker

I need to check if iOS exposes these functions as well if so we can consider adding it to the library.

remonh87 avatar Sep 02 '21 17:09 remonh87

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.

lcrocker avatar Sep 03 '21 00:09 lcrocker

FYI, I have offered a bounty on this question:

https://stackoverflow.com/questions/69184440/replacing-a-gradle-dependency-in-flutter-library

lcrocker avatar Sep 17 '21 19:09 lcrocker

Hi, any advance in this matter, I need to link BLE 5.0 devices with the LongRange feature...

wldeveloperapps avatar Aug 25 '22 06:08 wldeveloperapps

Polidea SDK support readPhy() and setPreferredPhy() already. Do we have plans to implement this API?

azhansy avatar Apr 17 '24 08:04 azhansy