dotintent / FlutterBleLib

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

Fix connection timeout on iOS #546

Closed mikolak closed 3 years ago

mikolak commented 3 years ago

Fixes #478

iOS wasn't remapping timeoutMillis to timeout (left for legacy reasons due to react-native-ble-plx compatibility). Since I'm no good with obj-c it was easier to just rename the parameter.