dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
531 stars 195 forks source link

Characteristic is notifyable on iOS but not on android #567

Open lunaticcoding opened 3 years ago

lunaticcoding commented 3 years ago

I have a characteristic that I am monitoring on a peripheral server (an esp32). The same characteristic is notifyable but indictable on iOS and the other way around on Android. The code I wrote on the flutter side is pretty much the sample project.

ch-muhammad-adil commented 3 years ago

You can try isReadable on android may be that will come as true. Or use nRF application to check those particular characteristics status.