dotintent / FlutterBleLib

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

Fix incorrectly implemented method on iOS #408

Closed TomoLV closed 4 years ago

TomoLV commented 4 years ago

Connected with #407.

During library implementation process, characteristicsForDevice:serviceUUID method was incorrectly implemented. As this was identified, the fix was needed to address the issue.

Now appropriate method of MultiplatformBLEAdapter is being called when characteristicsForDevice:serviceUUID is requested.