capacitor-community / bluetooth-le

Capacitor plugin for Bluetooth Low Energy
MIT License
274 stars 79 forks source link

process of connecting with ios #675

Closed ritika-SEET closed 1 month ago

ritika-SEET commented 1 month ago

In Android app the plugin is working . The steps i followed is below 1.requestLeScan()

  1. After finding ble device trying to connect using BlieClient.connect(deviceId)
  2. 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.