In Android app the plugin is working . The steps i followed is below
1.requestLeScan()
After finding ble device trying to connect using BlieClient.connect(deviceId)
After connection i am writing to ble device
This flow is working fine in android but in IOS . It keeps on giving me Connection Timeout I also increased the timeout .I am getting different deviceId in IOS compare with Android.
In Android app the plugin is working . The steps i followed is below 1.requestLeScan()