cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
getAdapterInfo missing from index.d.ts and iOS implementation
I am troubleshooting why the successCallback from connect() didn't fire when a connection is dropped (Lenovo TB-8504F Android 8.1.0). It also doesn't fire when BLE is disabled. So, I considered a workaround using getAdapterInfo() and isConnected() to check periodically.
But getAdapterInfo seems missing from index.d.ts and iOS implementation. Also, the readme doesn't say that iOS is not implemented. I can fix the index.d.ts, but I have no experience with iOS code.